Đang tải…
Đang tải…
Passes code between a builder and an independent reviewer subagent until the review has no blocking findings and tests pass.
npx claude-code-templates@latest --loop engineering/builder-reviewer-loopLoop Engineering — separate the builder from the reviewer so the agent doesn't grade its own work. Code bounces between them until it genuinely passes.
Implement a change, then have an independent reviewer subagent critique it; iterate on the findings until the review is clean and tests are green.
Suggested interval: 15m (or run until done on a single feature).
/loop 15m "Implement the next slice of the feature. Then hand it to an independent reviewer subagent for an adversarial review. Address every blocking finding and re-run tests. Continue until the reviewer has no blocking findings and the suite passes."
architect-review agent inspects the diff for correctness, design and risk.test-runner./pr-review; if blocking findings remain, loop again.Reviewer reports zero blocking findings and all tests pass.
agent:expert-advisors/architect-review — the independent reviewer (no self-grading).agent:development-team/test-runner — runs the suite each pass.command:git-workflow/pr-review — structured review checklist.The builder ships a new caching layer; the reviewer flags a race condition and a missing eviction test. The loop fixes both, re-reviews, and exits clean.