What problem does it solve?
Evaluate and address GitHub Copilot PR review items for a GitHub pull request. Use when a user provides a GitHub PR link and wants Copilot review comments checked, verified, fixed, and summarized. Fetch review items with gh, verify each claim against source/tests before changing code, ask user before making subjective or constraint-driven changes, then work items one by one.
Core Features & Use Cases
- Fetch and enumerate Copilot review items for a PR using the gh CLI, normalizing unresolved items for review.
- Validate each Copilot claim against source code/tests before applying changes, ensuring traceability.
- Apply smallest possible code change per item, commit per item, and update or close related GitHub review threads as needed.
- Require user confirmation for subjective, design, or constraint-driven decisions; supports iterative, item-by-item processing.
Quick Start
Run the fetch script from the skill directory: ./scripts/fetch-review-items.sh <pr-url> to start collecting Copilot review items and dedup them.