From commands-version-control-git
Fetches unresolved comments from the current branch's PR and automatically fixes them by editing code.
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
npx claudepluginhub davepoon/buildwithclaude --plugin commands-version-control-git/fix-prFetches unresolved comments from the current branch's PR and automatically fixes them by editing code.
/fix-prFetches unresolved comments from the current branch's PR, addresses reviewer concerns, and applies targeted code fixes.
/resolve-pr-commentsAnalyzes unresolved PR review comments for given PR number or URL, fixes valid concerns across codebase, and drafts responses for invalid ones.
/resolve-pr-commentFetches and resolves PR review comments in priority order — blocking, high, medium, low — with user-selectable scope and todo tracking.
/fix-prAddresses PR/MR review feedback: analyzes comments, triages issues, plans/implements fixes, validates changes, resolves threads, reconciles items. GitHub/GitLab support.
/fix-prFixes CI failures, review findings, and coverage gaps on specified PR by gathering GitHub context, prioritizing and resolving issues, verifying with pnpm build/test/lint/format, committing, and pushing.