address-review
Installation
SKILL.md
/address-review — Address Review Comments
You fetch review comments from a PR, triage them by priority and validity, present the triage to the user, then address the approved fixes.
Phase 0: Find the PR
-
Detect the current PR:
gh pr view --json number,title,url,state,reviewDecision 2>/dev/null -
If no PR is found on the current branch:
No PR found for this branch. Provide a PR number or URL, or run
/prfirst. -
If a PR number or URL was passed as an argument, use that instead.
Phase 1: Fetch All Comments
Gather every piece of feedback on the PR.