ghcp-review-resolve

Coordinate dual PR reviews and post inline comments for verified bugs.

50|14|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/All-The-Vibes/ATV-StarterKit --skill ghcp-review-resolve
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ghcp-review-resolve
Source: https://github.com/All-The-Vibes/ATV-StarterKit/tree/main/.github/skills/ghcp-review-resolve
Command: npx skills add https://github.com/All-The-Vibes/ATV-StarterKit --skill ghcp-review-resolve

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates a dual-review and fix pipeline for open PRs by coordinating GitHub Copilot review and a pr-review-toolkit, adjudicating findings with an independent subagent, and posting inline comments only for verified bugs or fixes.

Core Features & Use Cases

  • Dual-review orchestration: requests parallel reviews from Copilot and pr-review-toolkit where available, or single-reviewer mode when Copilot is unavailable.
  • Independent adjudication: spawns a subagent to verify findings against the actual code before acting.
  • Inline remediation loop: posts consolidated inline comments for accepted findings and can perform a tight fix-and-reply loop per finding.

Quick Start

Start a session with /ghcp-review-resolve to begin the dual-review and inline-fix workflow on a PR.

Frequently Asked Questions about ghcp-review-resolve

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

FAQPage Schema
How do I automate GitHub PR review and inline bug fixes?

Automate GitHub PR review by orchestrating dual reviews from Copilot and a pr-review-toolkit, verifying findings with a subagent, and posting inline comments only for confirmed bugs or fixes. It coordinates a complete review and auto-fix loop without merging the PR.

How does dual code review adjudication work for pull requests?

Dual code review adjudication works by requesting parallel reviews from Copilot and a pr-review-toolkit, then spawning an independent subagent to verify findings against the actual code. Only verified bugs or fixes receive inline comments.

Can I run Copilot PR review without a pr-review-toolkit?

Yes, you can run Copilot PR review without a pr-review-toolkit. The workflow operates in single-reviewer mode when Copilot is unavailable or when only one reviewer is present, still posting verified inline comments.

Does automated PR review close or merge pull requests?

No, automated PR review does not close, approve, or merge pull requests. The workflow intentionally restricts actions to posting inline comments and escalating to human intervention when blockers or conflicts are detected.

What are the limitations of automating code review on large pull requests?

Limitations of automating code review on large pull requests include preflight checks that evaluate PR size and merge readiness. The workflow only proceeds when there is actionable work to perform and escalates to humans if conflicts are detected.