simplify-all
Run the code and documentation simplification passes together over one scope, launching every review agent concurrently before applying a single rou…
它会碰到什么
这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。
技能内容
Simplify All
Step 1: Run /simplify-code and /simplify-docs Skills
Run the /simplify-code and /simplify-docs skills via the Skill tool in one assistant message, passing along any scope that was provided so both passes cover identical files.
Emit the Agent tool calls for every review agent the two skills define in one assistant message. Each Agent call uses model: "opus" and no name. Wait for every agent to report before continuing. Do not begin the next step on a partial set, and do not relaunch an agent that has not yet reported. State the count explicitly when emitting the calls. Hold every fix for Step 2 in place of each skill's own fix step.
Step 2: Fix Issues
Aggregate the findings and apply one round of fixes, following each skill's own guidance for resolving its findings.
Once this round's fixes have landed, including any resolved at a gate, make one pass over the agents' findings: any whose verdict depended on code the fixes changed, moved, added, or deleted gets decided again against the current tree, keeping resolutions the user already chose.
Then use the TaskList tool and proceed to any remaining task.
想直接用这个技能?
本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。
同名技能的其他版本
有 2 个不同仓库或目录里都有叫 simplify-all 的技能。它们内容并不相同,别混用:
- tobihagemann/turbo — Run the code and documentation simplification passes together over one scope, launching ev