git-review

Fetch, categorize, and prioritize GitHub pull request review comments.

1|Updated Jun 4, 2025
One-click install
npx skills add https://github.com/a-tak/bf-copy --skill git-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-review
Source: https://github.com/a-tak/bf-copy/tree/main/.claude/skills/git-review
Command: npx skills add https://github.com/a-tak/bf-copy --skill git-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, and includes references (resource) components.

What problem does it solve?

Managing and responding to numerous GitHub Pull Request comments can be overwhelming and time-consuming. This skill automates the process of fetching, organizing, and prioritizing review feedback, allowing you to efficiently address critical issues and accelerate your development cycle.

Core Features & Use Cases

  • Automated Comment Fetching: Retrieves all inline and PR-level comments from GitHub, including those from bots like Codex and Claude Code.
  • Prioritized Organization: Classifies feedback by reviewer and assigns priority levels (P0-P3) for focused action, ensuring you tackle the most important issues first.
  • User-Guided Resolution: Presents prioritized options via AskUserQuestion, ensuring you control which items are addressed, then automatically implements the selected fixes.
  • Use Case: When your PR receives extensive feedback, use this skill to get a clear, prioritized list of actionable items, then let the AI automatically implement the selected fixes, saving you hours of manual triage and coding.

Quick Start

Use the git-review skill to fetch and prioritize review comments for my current pull request.

Frequently Asked Questions about git-review

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

FAQPage Schema
How do I organize and prioritize scattered GitHub pull request comments?

Consolidate PR review comments from multiple reviewers by fetching inline and PR-level feedback, classifying items by priority (P0-P3), and presenting them in a prioritized list. This reduces time spent triaging feedback and ensures you address critical issues first.

Can I automate fetching comments from GitHub bots and human reviewers together?

Fetch all comments from GitHub Codex, Claude Code, and human reviewers in one automated pass. The skill retrieves both inline code comments and PR-level feedback, unifying feedback sources into a single structured view.

What's the best way to handle extensive feedback on a pull request?

Use gh cli to retrieve all PR comments, apply priority classification (P0-P3) by reviewer and issue type, then select which items to address via guided prompts. This workflow accelerates development cycles by automating triage and focusing effort on high-impact fixes.

Does this work with the gh CLI for GitHub pull requests?

Yes, the skill integrates with gh cli to fetch and process GitHub pull request comments. It depends on gh as its primary interface to GitHub, enabling automated comment retrieval and categorization for PR workflows.

How do I implement selected feedback fixes automatically after prioritization?

After reviewing prioritized feedback via AskUserQuestion, the skill triggers main-agent repair actions to automatically implement fixes for selected items. This eliminates manual coding work after you choose which comments to address.