Tag:pr-reviews
All the articles with the tag "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.
Enhancing the PR Reviewer CLI: Now with MCP Server Support 🎉
Posted on:May 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.