What problem does it solve?
This Skill helps you handle GitHub Copilot pull request review comments completely, instead of stopping at a summary. It guides you through understanding each comment, deciding what to change, implementing safe fixes, and closing the loop with replies and thread resolution.
Core Features & Use Cases
- Review Comment Triage: Separates comments into fixes to make, comments to decline with rationale, and follow-up work to defer.
- Code Fixes and Verification: Applies targeted changes, adds tests when needed, and verifies the result before pushing.
- PR Communication: Posts a reply on every review thread and resolves addressed threads so the PR is left in a clean state.
- Use Case: A Copilot review flags a possible bug, a scope-expanding refactor, and a minor cleanup; this Skill helps you fix the bug, decline the refactor with a clear explanation, and resolve all completed threads.
Quick Start
Use the address-copilot-review skill to inspect the current pull request, fix the actionable Copilot comments, reply on each thread, and resolve the threads that are fully addressed.