address-copilot-review
Installation
SKILL.md
Address Copilot Review
Use this skill when a user wants Copilot PR review comments handled all the way through, not just summarized.
This workflow is specifically for GitHub PR review comments from Copilot or other bot reviewers, where the expected outcome is:
- understand every review comment
- decide whether to change code
- implement and verify worthwhile fixes
- push the branch
- reply on every thread
- resolve threads that are actually addressed
Preconditions
ghmust be authenticated for the repo- the current branch should already correspond to the PR under review, or you should otherwise know the PR number
- if you make code changes, verify them before pushing