Posts
All the articles I've posted.
The Cost of Good Intentions: Lessons from a Refactor Gone Sideways
Posted on:May 18, 2025 at 06:21 PMThe hidden costs of well-intentioned refactoring in shared systems. Why the Boy Scout Rule doesn’t always apply and how to avoid unintended friction across teams.
Enhancing the PR Reviewer CLI: Now with MCP Server Support 🎉
Posted on:April 27, 2025 at 06:00 PMThis blog explains how to set up an MCP server that handles PR review requests by integrating GitHub and OpenAI APIs. It covers the code's structure, tool handlers, and the server's communication mechanism, providing an overview of automating PR reviews.
Introducing the PR Review CLI Tool: An Extra Pair of Eyes for Your Code
Posted on:January 14, 2025 at 06:00 PMThis blog post introduces a PR review CLI tool that leverages OpenAI to automate code reviews, saving time for senior engineers and managers. It generates instant feedback on pull requests, allowing teams to focus more on strategic tasks while ensuring code quality.