cmd-fix-pr-review

Installation
SKILL.md

/fix-pr-review

Agent skill wrapper for the Claude command /fix-pr-review.

When the original command text references {{INPUT}}, $1, or named arguments, map them from the user's current request.

Command Instructions

Determine the current PR number. Create a git worktree at .trees/pr-<number>-review for the PR branch.

Fetch pending review comments using gh pr view and gh api for review threads.

For each unresolved comment:

  1. Read the comment context and referenced code
  2. Apply the requested change in the worktree
  3. Commit with message referencing the review comment
  4. Resolve the thread if possible via gh api
Installs
16
First Seen
Apr 27, 2026
cmd-fix-pr-review — gsmlg-dev/code-agent