V
Vibe Code Academy
Automation

Recursive PR Review Workflow

NE

Nat Eliason

Author & Founder, Independent

Open in YouTube at 2:44:26Timestamp: 2:44:26

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

For automated code reviewWhen managing multiple PRsTo enforce code quality standardsFor recursive improvement cycles

Steps (5)

1

Install GitHub Workflows

Install Claude's GitHub workflows, then expand them to add recursive review capabilities.

2

Review the Review

Claude reviews its own PR review and separates items into 'fix in this PR' vs 'create follow-up issue'.

3

Create Follow-up Issues

Automatically create GitHub issues for improvements that should be separate PRs.

4

Implement and Loop

Implement fixes for current PR, re-review, and repeat until all checks pass.

5

Close and Continue

When PR is closed/merged, evaluate follow-up issues, implement needed ones, and open new PRs automatically.

Tools

GitHub ActionsClaude CodeGitHub API

Related Workflows

Back to all workflows