reconcile-review
Installation
SKILL.md
Reconcile Review
Overview
After one or more agents (or humans) have reviewed a PR, this skill triages all the review comments and suggests resolutions. It works in two phases:
- Assess phase: reads all PR comments, understands each issue in context, and presents a structured resolution table in the terminal.
- Apply phase: the user reviews the table, selects which resolutions to apply, and the agent makes the code changes, optionally replying to comment threads and marking them as resolved.
Prerequisites
ghCLI must be installed and authenticated (gh auth status).- The current working directory must be inside a git clone of the target repository, on the PR's source branch (or a checkout of it).