AAWEA.ORG
AAWEA.ORG
AAWEA.ORG

🔄 Loops Hub

Pre-built agent loops for Cursor, Claude Code, Codex and more. Copy the kickoff and let your agent self-pace.

📘 How to use a loop

Deeplinks paste the kickoff only — they cannot install files into your repo.

1

🔍 Browse

Browse loops and open one that matches your workflow.

2

📋 Copy the kickoff

Click Use loop to copy the kickoff, or use an agent deeplink to pre-fill it.

3

▶️ Paste & self-pace

Paste into your agent and let it self-pace until the exit condition passes.

4

📦 Install files

For hook-based loops, download the install files, extract at your project root, then restart the agent.

Search Results (14)

Testing manual
👁 69 📥 34
🛡 Hardened

cardxc

A CI testing loop that automatically runs card exchange (cardxc) test suites, validates outputs, and reports results.

Cursor Claude Code
Testing manual 👑
👁 1.4k 📥 1.2k
🛡 Hardened

Visual Regression Until Match

Run Playwright or Percy visual snapshots on UI changes; fix unintended diffs until baselines match intentionally.

Cursor
testing visual playwright ui
Testing manual 👑
👁 2k 📥 2k
🛡 Hardened

Build Until Green

Run the production build, fix compile and bundling errors, and loop until the build succeeds.

Cursor Claude Code
build compile ci
Testing manual 👑
👁 1.6k 📥 1.1k
🛡 Hardened

E2E Until Green

Run end-to-end tests, fix UI and integration failures, and loop until the E2E suite passes.

Cursor Claude Code
e2e playwright testing
Testing manual 👑
👁 1.8k 📥 1.7k
🛡 Hardened

Format Until Clean

Run the formatter, fix any remaining style issues, and loop until the codebase formats cleanly with no diffs.

Cursor
format prettier quality
Testing manual 👑
👁 1.8k 📥 1.9k
🛡 Hardened

Lint and Typecheck Fix

Run lint and typecheck, fix reported issues, and loop until the codebase is clean.

Cursor
lint typescript quality
Testing manual 👑
👁 1.6k 📥 1.6k
🛡 Hardened

Autoloop TDD

Test-first loop: write a failing test, implement the minimum code to pass, refactor, and repeat.

Cursor Claude Code
tdd testing red-green-refactor
Testing manual 👑
👁 1.7k 📥 1.3k
🛡 Hardened

Test Until Green

Run your test suite, fix the smallest root cause on failure, and repeat until every test passes.

Cursor Claude Code
testing tdd ci
Testing manual 👑
👁 1.8k 📥 1.9k
🛡 Hardened

Coverage Until Threshold

Add focused tests until coverage meets your threshold (e.g. 80%), without changing production behavior unnecessarily.

Cursor Claude Code
coverage testing quality
Testing manual 👑
👁 1.3k 📥 1.7k
🛡 Hardened

Independent Verifier Pass

When implementation claims done, a separate verifier pass runs build, lint, and tests with no access to the implementer'...

Cursor Claude Code
verification testing letitloop
Testing event 👑
👁 1.4k 📥 1.4k
🛡 Hardened

Post-Edit Test Guard

Hook-based loop that runs related tests after file edits to catch regressions early.

Cursor Claude Code
hooks testing regression
Testing event 👑
👁 1.7k 📥 1.6k
🛡 Hardened

Post-Merge Regression Guard

Hook that runs smoke tests after git merge or rebase to catch integration regressions immediately.

Cursor Claude Code
hooks testing git merge