Stop prompting.
Start looping.
Copy closed-loop workflows for coding agents. Each loop includes triggers, feedback gates, and exit conditions so agents self-pace until the job is done.
复制粘贴闭循环工作流,专为编程代理设计。每个循环包含触发器、反馈门和退出条件,让代理自动执行直到任务完成。
Trending Loop 热门循环
Test Until Green 测试直到通过
EN: Run your test suite, fix the smallest root cause on failure, and repeat until every test passes.
ZH: 运行测试套件,失败时修复最小根本原因,重复直到所有测试通过。
View 查看Built for Agentic Coders 为编程代理打造
EN: Copy kickoffs, open in your IDE, or install hook bundles. Works best with Cursor and Claude Code; compatible with more.
ZH: 复制启动提示,打开 IDE,或安装钩子包。最适合 Cursor 和 Claude Code;兼容更多工具。
Featured Loops 精选循环
EN: Battle-tested loops with copy-paste kickoffs and optional install bundles.
ZH: 经过实战检验的循环,提供复制粘贴启动提示和可选安装包。
Build Until Green 构建直到成功
EN: Run the production build, fix compile and bundling errors, and loop until the build succeeds.
ZH: 运行生产构建,修复编译和打包错误,循环直到构建成功。
CI Failure Watcher CI 失败监控
EN: Poll CI on an interval, investigate failures when checks go red, and push fixes until green.
ZH: 轮询 CI,当检查变红时调查失败,推送修复直到通过。
Coverage Until Threshold 覆盖率达标
EN: Add focused tests until coverage meets your threshold (e.g. 80%), without changing production behavior unnecessarily.
ZH: 添加针对性测试直到覆盖率达标(如 80%),不改变生产行为。
De-Sloppify Pass 清理代码
EN: After implementation, run a cleanup pass: remove debug code, tighten naming, delete dead branches, and align with project conventions.
ZH: 实现后运行清理:移除调试代码,收紧命名,删除死分支,对齐项目约定。
Deploy Verification 部署验证
EN: Verify all post-deploy health and smoke endpoints return success.
ZH: 部署后验证所有健康和烟雾端点返回成功。
Fix CI Until Green 修复 CI 直到通过
EN: Find the latest failed CI run, read logs, reproduce locally, fix root cause, push, and verify.
ZH: 找到最新失败的 CI 运行,读取日志,本地复现,修复根本原因,推送并验证。