Agent skill
continuous-agent-loop
具有质量门、评估和恢复控制的连续自主代理循环模式。
Install this agent skill to your Project
npx add-skill https://github.com/affaan-m/everything-claude-code/tree/main/docs/zh-CN/skills/continuous-agent-loop
SKILL.md
持续代理循环
这是 v1.8+ 的规范循环技能名称。它在保持一个发布版本的兼容性的同时,取代了 autonomous-loops。
循环选择流程
Start
|
+-- 需要严格的 CI/PR 控制? -- yes --> continuous-pr
|
+-- 需要 RFC 分解? -- yes --> rfc-dag
|
+-- 需要探索性并行生成? -- yes --> infinite
|
+-- default --> sequential
组合模式
推荐的生产栈:
- RFC 分解 (
ralphinho-rfc-pipeline) - 质量门 (
plankton-code-quality+/quality-gate) - 评估循环 (
eval-harness) - 会话持久化 (
nanoclaw-repl)
故障模式
- 循环空转,没有可衡量的进展
- 因相同根本原因而重复重试
- 合并队列停滞
- 无限制升级导致的成本漂移
恢复
- 冻结循环
- 运行
/harness-audit - 将范围缩小到失败单元
- 使用明确的验收标准重放
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
python-testing
Python testing best practices using pytest including fixtures, parametrization, mocking, coverage analysis, async testing, and test organization. Use when writing or improving Python tests.
golang-patterns
Go-specific design patterns and best practices including functional options, small interfaces, dependency injection, concurrency patterns, error handling, and package organization. Use when working with Go code to apply idiomatic Go patterns.
e2e-testing
Playwright E2E testing patterns, Page Object Model, configuration, CI/CD integration, artifact management, and flaky test strategies.
agentic-engineering
Operate as an agentic engineer using eval-first execution, decomposition, and cost-aware model routing. Use when AI agents perform most implementation work and humans enforce quality and risk controls.
api-design
REST API design patterns including resource naming, status codes, pagination, filtering, error responses, versioning, and rate limiting for production APIs.
python-patterns
Python-specific design patterns and best practices including protocols, dataclasses, context managers, decorators, async/await, type hints, and package organization. Use when working with Python code to apply Pythonic patterns.
Didn't find tool you were looking for?