PR Loop — Git skill for Claude Code
Run the full PR review -> fix -> re-review chain with fresh-context subagents (up to 6 rounds).
How to install PR Loop
Installs to ~/.claude/skills/naeemba-claude-pr-loop-pr-loop/SKILL.md
mkdir -p ~/.claude/skills/naeemba-claude-pr-loop-pr-loop && curl -fsSL https://raw.githubusercontent.com/naeemba/claude-pr-loop/HEAD/commands/pr-loop.md -o ~/.claude/skills/naeemba-claude-pr-loop-pr-loop/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What PR Loop does
description: Run the full PR review -> fix -> re-review chain with fresh-context subagents (up to 6 rounds). Subagents push commits autonomously. argument-hint:
Run the PR review/fix/re-review loop for PR #$ARGUMENTS.
Call the `Workflow` tool with:
scriptPath: the ABSOLUTE path topr-loop.js— your home directory followed by/.claude/workflows/pr-loop.js. The Workflow tool does not expand~.args:"$ARGUMENTS"— or `{ "pr": "<pr#>", "stopAt": ..., "maxRoun
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
Remote Claude Loop
Claude on a pull request — branch, split commits, push, PR, trigger @claude review, fix findings, until it con
Remote Codex Loop
Codex on a pull request — branch, split commits, push, PR, trigger @codex review, fix findings, until it conve
Codex Loop
Use Codex as a second, differently-trained reviewer of your branch, fix every real finding with regression tes
Converge
Run an unattended review→fix→re-review loop on the current branch until the reviewer has no findings at or abo
Claude Handoff
git clone https://github.com/REMvisual/claude-handoff ~/.claude/skills/handoff Cross-session handoff system wi
Auto Commit
Stages all changed files (excluding .agent-memory/) and creates a descriptive commit. Push is optional and req
Related Agents
Oneshot CI Fixer
Fix sandbox agent. Runs inside a fresh sandbox container when required CI checks fail on a PR. Reads the failu
Vc Git Manager
Stage, commit, and push code changes with conventional commits. Use when user says "commit", "push", or finish
Execution Agent
Autonomously executes a single subtask in its own worktree. Reads plan + subtask spec + declared context, impl