naeemba

PR Address — Git skill for Claude Code

Git community

Address review comments on a PR — fix valid ones, reject invalid ones with explanation.

How to install PR Address

Installs to ~/.claude/skills/naeemba-claude-pr-loop-pr-address/SKILL.md

Terminal
mkdir -p ~/.claude/skills/naeemba-claude-pr-loop-pr-address && curl -fsSL https://raw.githubusercontent.com/naeemba/claude-pr-loop/HEAD/commands/pr-address.md -o ~/.claude/skills/naeemba-claude-pr-loop-pr-address/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What PR Address does


description: Address review comments on a PR — fix valid ones, reject invalid ones with explanation argument-hint:

Check PR #$ARGUMENTS. There are review comments — go through each one:

  • Decide if it's valid and relevant.
  • If valid: fix it, then reply to the comment with the commit id of the fix.
  • If rejecting: reply with a clear explanation of why.

Never resolve threads

This command replies; it does not resolve. Do NOT call the `resolveReviewThread` mutation on any

Alternatives in Git

  • Address PR Comments 71.9k ★
  • Fix PR — by metabase - Fetches and fixes unresolved PR comments by automatically retrieving feedback, addressing review 46.5k ★
  • Gh Address Comments — Address review and issue comments on open GitHub PRs via CLI 14.6k ★

Full documentation available on GitHub

View Source Repository