Skip to main content
在 Manus 中运行任何 Skill
一键导入
$pwd:

experiment-iterative-coder

// Iterative code refinement through plan → code → evaluate → refine cycles. Runs lint checks (ruff), tests (pytest), and structured self-evaluation each cycle, then diagnoses failures and refines. Decomposes complex tasks into sequential phases, iterates up to 3 times per phase (10 total). Use when: the main agent delegates a code task with 'MODE: MORE_EFFORT', the user selects 'More Effort' code generation mode, or the task explicitly requests iterative refinement for higher code quality. Do NOT use for single-pass code generation (Lite mode), experiment pipeline orchestration (use experiment-pipeline), or diagnosing a specific experiment failure (use experiment-craft).

$ git log --oneline --stat
stars:380
forks:41
updated:2026年3月28日 15:04
文件资源管理器
3 个文件
SKILL.md
readonly