From commands-version-control-git
Fetches unresolved comments from the current branch's pull request and applies fixes to address them.
How this command is triggered — by the user, by Claude, or both
Slash command
/commands-version-control-git:fix-prThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
Fetch unresolved comments for this branch's PR, then fix them
Fetch unresolved comments for this branch's PR, then fix them
2plugins reuse this command
First indexed Jan 8, 2026
npx claudepluginhub davepoon/buildwithclaude --plugin commands-version-control-git/fix-prFetches unresolved comments from the current branch's pull request and applies fixes to address them.
/fix-prFetches unresolved comments for the current PR branch and applies targeted fixes to address reviewer feedback.
/resolve-pr-commentFetches and resolves PR review comments in priority order (blocking, high, medium, low) by making code changes and committing them.
/addressFetches open review and issue comments on a GitHub PR, maps each to the exact code, proposes fixes, drafts replies, and applies changes after confirmation.
/fix-prAddresses PR/MR review feedback by systematically analyzing comments, triaging, planning fixes, applying changes, validating, and resolving threads. Supports GitHub and GitLab.
/fix-prFetches unresolved comments for the current PR branch and applies targeted fixes to address reviewer feedback.