[01]Loops catalog
Agent loop catalog
Reusable loops with kickoff prompts, guardrails, and flow diagrams. Copy into Cursor, Claude Code, or Codex — no hook files required.
[02] Catalog
5 of 119 loops
Filter by category
Test Until Green
Run your test suite, fix the smallest root cause on failure, and repeat until every test passes.
Testing · manualView loop →
Staging Smoke Until Green
Deploy to staging, run browser smoke tests on critical paths, fix failures, and repeat until every path is green.
Testing · manualView loop →
E2E Until Green
Run Playwright or Cypress end-to-end tests with annotated failure screenshots, fix root causes, and loop until the suite is green.
Testing · manualView loop →
Screenshot Regression Loop
Capture UI screenshots, diff against baselines, fix visual drift, and repeat until pixel diffs are within tolerance.
Testing · manualView loop →
Flaky Test Hunter
Run the test suite N times on an interval, capture intermittent failures, isolate flakes, and open a fix PR.
Testing · intervalView loop →
