address-review
Installation
SKILL.md
Address PR Review Comments
Output Durability
Replies to review comments and any new commit messages describe what behavior changed and why, not file paths or line numbers. A reviewer reading the reply six months later, after the file in question has moved, must still understand what was fixed.
If $ARGUMENTS is empty or not provided:
Auto-detect PR from current branch:
gh pr view --json number --jq '.number' 2>/dev/null
If no PR found, display usage and ask:
Usage: /address-review [PR-number] [--no-watch]
Example: /address-review 123 or just /address-review on a PR branch. Add --no-watch to exit after one fix cycle instead of watching for bot re-reviews.