naeemba

PR Loop — Git skill for Claude Code

Git community

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

Terminal
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 to pr-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 Repository