From shipshitdev-library
Fetches open review and issue comments on a pull request, maps each to the exact code, proposes fixes per thread, and drafts replies — applies only after confirmation.
How this command is triggered — by the user, by Claude, or both
Slash command
/shipshitdev-library:addressThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Address - Resolve PR Review Comments Fetch the review and issue comments on a pull request, map each to the exact code it refers to, propose a fix per thread, and draft replies — then apply and respond only after you confirm. ## Usage ## Workflow Use the `gh-address-comments` skill. 1. Resolve the target PR — current branch's PR, or the number/URL given. 2. Fetch open review threads and issue comments with read-only `gh`. 3. Map each comment to the file/line it concerns; group duplicates. 4. Propose a concrete fix per thread and draft a reply, then **preview the full plan and wa...
Fetch the review and issue comments on a pull request, map each to the exact code it refers to, propose a fix per thread, and draft replies — then apply and respond only after you confirm.
/address # address comments on the PR for the current branch (default)
/address <PR#> # address comments on a specific PR by number
/address <PR-URL> # address comments on a PR by URL
Use the gh-address-comments skill.
gh./review surfaces issues in a diff/PR; /address resolves the comments left
on a PR. /suggest posts inline suggestions onto someone else's PR.npx claudepluginhub shipshitdev/skills/fix-commentsAutomatically implements requested changes from PR review comments, runs tests, commits, and pushes fixes to the PR branch.
/work-through-pr-commentsProcesses GitHub PR comments conversationally: fetches details and reviews, analyzes each comment, suggests solution options, implements user-approved changes, verifies, and offers to commit.
/create-pr-commentsCreates GitHub PR review comments from review findings, mapping each finding to a line-bound comment on the PR.
/fix-pr-commentsResolve Pull Request review comments: fetch via gh CLI or API, categorize by type, apply fixes matching project patterns, run lint/tests, commit, push, and notify. Accepts PR number arg.
/addressCorroborates, validates, and implements code review feedback from a final.md file. Auto-detects latest session or accepts explicit path.