PR Rereview — Git skill for Claude Code
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
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 RepositoryRelated Skills
Address Feedback
Help the PR owner address review feedback — fetches open threads, presents a per-thread triage (ADDRESSED / CL
Ruver Lstm
Looks shit to me. Address review comments and merge conflicts on an existing PR. Verify, patch, reply, resolve
Auto Fix
Full review then apply fixes automatically (no auto-commit)
Code Rabbit
Local code review on current changes — find issues, fix, verify, commit
Local Custom Loop
A review command you define, on this machine — branch, verify, commit, review, fix findings, then push and ope
Local Ecc Loop
ECC's /ecc:review-pr on this machine — branch, verify, commit, push, PR, review, fix findings, until it conver
Related Agents
Ferrox Code Fixer
Applies fixes to code review findings from REVIEW.md. Reads source files, applies intelligent fixes, and commi
Gsd Code Fixer
Applies fixes to code review findings from REVIEW.md. Reads source files, applies intelligent fixes, and commi
PR Manager Lite
Trimmed variant of pr-manager for fast iterations. Reads reviewer comments on a Gemma-Code PR, applies in-scop