Run Reviewer Loop banner
lhpaul lhpaul

Run Reviewer Loop

Git community

Description

--- description: Run the automated reviewer loop (and CI loop) for a PR until clean or escalate. Usage: /run-reviewer-loop [PR number or "current"] --- # Claude Code Command: Run Reviewer Loop Follow the standalone automated reviewer loop protocol: `docs/workflow/development-workflow/protocols/93-automated-reviewer-loop-protocol.md` - **Scope**: Run Step 7 (automated review) and Step 8 (CI) for the specified PR, dispatching fixer agents when the platform reports blocking issues, until the PR

Installation

Installs to ~/.claude/commands/lhpaul-ai-dev-framework-template-run-reviewer-loop.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/lhpaul/ai-dev-framework-template/HEAD/.claude/commands/run-reviewer-loop.md -o ~/.claude/commands/lhpaul-ai-dev-framework-template-run-reviewer-loop.md

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

Full documentation available on GitHub

View Source Repository