post-pr-review

Post review findings and summary comments on GitHub or Azure DevOps PRs.

2|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/gautam-achieveai/ClaudePlugins --skill post-pr-review-gautam-achieveai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: post-pr-review
Source: https://github.com/gautam-achieveai/ClaudePlugins/tree/main/code-reviewer/skills/post-pr-review
Command: npx skills add https://github.com/gautam-achieveai/ClaudePlugins --skill post-pr-review-gautam-achieveai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires mcp__azure-devops*, gh, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of posting PR review results to GitHub or Azure DevOps, making it easy to manage the review summary thread, post findings, context questions, and optionally approve or merge the PR.

Core Features & Use Cases

  • Automated PR Review Posting: Automatically post findings, context questions, and summary as inline/file/general comments on GitHub or Azure DevOps PRs.
  • Review Summary Thread Management: Reuse existing review summary threads to avoid duplicates and maintain a clean PR.
  • Optional PR Approval and Merge: Approve or merge PRs after posting review results based on the review outcome and settings.
  • Use Case: When you need to automate the PR review process in a team and ensure consistency in how review comments are posted.

Quick Start

Post review results for PR #1234 in repository 'MyRepository' using the post-pr-review skill.

Frequently Asked Questions about post-pr-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate posting PR review comments on GitHub or Azure DevOps?

To automate posting PR review comments, use this Skill to post findings, context questions, and summary comments as structured inline or general comments on GitHub or Azure DevOps pull requests. It handles thread formatting and deduplication.

Does this Skill require GitHub or Azure DevOps API access to post review results?

Yes, this Skill requires GitHub or Azure Devops API access to post review results. It relies on the gh command line tool and Azure Devops MCP dependencies to authenticate and manage pull request review threads.

Can I automatically approve and merge a pull request after posting review findings?

Yes, you can automatically approve and merge a pull request after posting review findings. The Skill includes optional PR approval and merge functionality that triggers based on the configured review outcome.

What is the best way to manage duplicate review summary threads on a pull request?

The best way to manage duplicate review summary threads is to reuse existing review summary threads. This Skill automatically handles thread deduplication and formatting to maintain a clean PR history.

How do I post structured code review findings as inline comments on a PR?

You can post structured code review findings as inline comments by running this Skill with the target PR number and repository. It formats the findings, context questions, and summary into appropriate GitHub or Azure Devops comment types.