naeemba

PR Rereview — Git skill for Claude Code

Git community

Uncapped re-review after fix commits — verify each fix, resolve the thread, catch what the fixes broke.

How to install PR Rereview

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

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

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

What PR Rereview does


description: Uncapped re-review after fix commits — verify each fix, resolve the thread, catch what the fixes broke argument-hint:

On PR #$ARGUMENTS there are new commits fixing earlier findings. Re-review. Run the review yourself with the fan-out below. Do NOT delegate to the `code-review` skill: its output is capped (4 findings at `medium`, 8 at `high`) and it cuts convention and structure findings first, so most of what this command looks for can never reach the author.

Alternatives in Git

  • Fix PR — by metabase - Fetches and fixes unresolved PR comments by automatically retrieving feedback, addressing review 46.5k ★
  • Review And Fix PR — @description Review an existing PR with parallel agents, fix findings, and push 1.6k ★
  • Push And Release — Git pull, resolve conflicts, push, fix hook errors, then release 1.6k ★

Full documentation available on GitHub

View Source Repository