Workflow
Code Review Loop Workflow
Iterative code review where Claude reviews, you approve, and changes are applied.
Install
Document in CLAUDE.md - see review guide
About
A structured code review workflow. Claude Code reviews the diff, identifies issues, and proposes fixes. You review the suggestions and approve or modify them. Claude applies the approved changes and re-reviews until the code passes. Works well with the /review-pr skill for PR-level reviews or as a per-commit quality gate during development.
Tags
code-reviewqualityiterationfeedback
Score Breakdown
CLI Score Breakdown10/11
✓Official SDK on npm/pip+2
✓Env var authentication (no browser OAuth)+2
✓Works in headless/CI environments+2
✓CLI tool available+1
✓JSON response for piping/parsing+1
✓Docs have curl/CLI examples+1
✓Reasonable rate limits for scripted use+1
✗Machine-readable pricing (md/JSON/static)0
Quality Score Breakdown
npm weekly downloads0
GitHub stars30k
Days since last release9d
Issue close ratio88%
TypeScript typesYes
Docs qualitygood
Breaking changesrare
Scores
CLI
10
Quality
8
Related
Workflow
0/wkTest-Driven Development Workflow
Write tests first, then implement - with Claude Code running the red-green-refactor loop.
CLI
10
Quality
9
Document in CLAUDE.md - see TDD guideWorkflow
0/wkSubagent Delegation Workflow
Use subagents to parallelise research and keep the main context clean.
CLI
10
Quality
8
Document in CLAUDE.md - see workflow guideWorkflow
0/wkDeploy-and-Verify Workflow
Deploy to production and automatically verify the deployment works.
CLI
10
Quality
8
Document in CLAUDE.md - see deploy guide