← ClaudeAtlas

address-pr-commentslisted

Fetches unresolved PR comments, categorizes them (must-fix, suggestion, question, nit), proposes fixes or replies for each, and executes approved actions. Use when addressing PR review feedback or when someone requests changes on your PR.
mostafa-drz/claude-skills · ★ 4 · AI & Automation · score 76
Install: claude install-skill mostafa-drz/claude-skills
# Address PR Comments Fetch unresolved PR comments, understand the code context, categorize feedback, and address each item interactively. ## Preferences _Read `~/.claude/skills/address-pr-comments/preferences.md` using the Read tool. If not found, no preferences are set._ ## Context _On startup, use Bash to detect: current git branch and repo name (`gh repo view --json nameWithOwner -q .nameWithOwner`). Skip any that fail._ ## Command routing Check `$ARGUMENTS`: - **`help`** → display help then stop - **`config`** → interactive setup then stop - **`reset`** → delete `~/.claude/skills/address-pr-comments/preferences.md`, confirm, stop - **anything else** → process as PR review ### Help ``` Review PR — Address PR review comments interactively Usage: /address-pr-comments <number> Review PR in current repo /address-pr-comments <number> <repo> Review PR in specific repo /address-pr-comments <github-url> Review PR from URL /address-pr-comments config Set defaults /address-pr-comments reset Clear preferences /address-pr-comments help This help What it does: 1. Fetches all unresolved review and conversation comments 2. Reads code context for each comment 3. Categorizes: must-fix, suggestion, question, nit 4. Presents summary with proposed actions 5. Executes approved fixes, posts replies 6. Commits and pushes changes Comment sources: - Inline review comments - PR conv