address-review-bots
Installation
SKILL.md
Address Review Bots
Use When
Use this after creating or pushing to a PR when the user asks to wait for Claude, Devin, or similar review-bot feedback, address bot comments, or keep iterating until bot reviews are clean.
This complements local validation. It does not replace the target repository's normal pre-push or pre-merge checks.
Core Loop
- Confirm the current branch has a PR:
gh pr view --json number,url,headRefOid,headRefName
If no PR exists, stop and tell the user this skill needs an existing PR.
- Record the review window immediately before or after pushing: