Recursive PR Review Workflow
Nat Eliason
Author & Founder, Independent
Automated PR review that reviews its own suggestions, creates follow-up issues, implements necessary fixes, and loops until the PR is ready. Close a PR and it evaluates and implements follow-ups.
When to Use
Steps (5)
Install GitHub Workflows
Install Claude's GitHub workflows, then expand them to add recursive review capabilities.
Review the Review
Claude reviews its own PR review and separates items into 'fix in this PR' vs 'create follow-up issue'.
Create Follow-up Issues
Automatically create GitHub issues for improvements that should be separate PRs.
Implement and Loop
Implement fixes for current PR, re-review, and repeat until all checks pass.
Close and Continue
When PR is closed/merged, evaluate follow-up issues, implement needed ones, and open new PRs automatically.
Tools
Related Workflows
Clawdbot 24/7 Agent
by Nat Eliason
An always-running Claude Code instance on a Mac Mini that manages GitHub, email, and Slack through Telegram. Uses Opus as orchestrator with Codex sub-agents for coding tasks.
Sentry → Slack → Auto-Fix Pipeline
by Nat Eliason
Automated bug fixing: Sentry detects production error → sends to Slack channel → tags Clawdbot → Clawdbot analyzes and spawns Codex agent → fix PR opened automatically.