一键导入
clean
Orchestrates purification and refactoring agents sequentially.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Orchestrates purification and refactoring agents sequentially.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Atomic execution for the project framework. Executes exactly one atomic task from `PLAN.md`.
Comprehensive Execution for the `SPAE` framework. Executes all tasks from `PLAN.md` sequentially in one invocation.
Optimization & Verification for the `SPAE` framework. Performs gap analysis on `PLAN.md`.
Orchestrate SPAE subagents sequentially through the structured workflow and lifecycle.
Task Decomposition for the `SPAE` framework. Decomposes `SPEC.md` into a `DAG` of atomic tasks in `PLAN.md`.
Orchestrate SPAE subagents sequentially through the spec, plan, and inspect phases of the structured workflow.
| name | clean |
| description | Orchestrates purification and refactoring agents sequentially. |
| user-invocable | false |
| argument-hint | [optional: files or focus area] |
purify
and refactor agents.subagents sequentially to clean
target code.subagent tool to spawn a purify subagent
(pass optional arguments).subagent returns No Changes status, exit loop and proceed.Failed status or any process failure, halt immediately and
surface the error.purify subagent if the previous pass
returns Complete.subagent tool to spawn a refactor
subagent (pass optional arguments).subagent returns No Changes status, exit loop and finish.Failed status or any process failure, halt immediately and
surface the error.refactor subagent if the previous
pass returns Complete.subagent status blocks to direct the loop.Failed status or any process failure
(crash, timeout, AgentError).purifyrefactorsubagent tool to spawn agents.subagents in parallel or concurrently.purify and refactor subagents.subagents return No Changes.subagent returns Failed.### Execution Summary
- **Actions**:
- [Terse list of actions from spawned subagents]
- **Files**:
- [Terse list of files affected by spawned subagents]
- **Findings**:
- [Terse list of findings from spawned subagent]
- **Summary**:
- [Terse list of summary from spawned subagents]
> **Clean Status** • `[scope]`
> **Result**: [Completed | Halted | Failed]
> **Impact**: [Terse impact statement]