pull-request-feedback-loop
Installation
SKILL.md
Pull Request Feedback Loop
PR feedback is a queue of review obligations, not a pile of comments. Use this skill when a user asks you to address PR comments, requested changes, failed checks tied to review feedback, or stale review threads.
When to Use
- A PR has unresolved review comments or requested changes
- The user asks you to "address review feedback" or "fix PR comments"
- You need to reconcile code changes, replies, and verification
Do not use this for ordinary local refactors with no review thread.
Process
- Identify the PR.
- Prefer the PR number or URL from the user.
- If missing, run
gh pr statusorgh pr view --json number,url,headRefName.