simplify-all
Run the code and documentation simplification passes together over one scope, launching every review sub-agent concurrently before applying a single…
它会碰到什么
这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。
技能内容
Simplify All
Step 1: Run $simplify-code and $simplify-docs Skills
Run the $simplify-code and $simplify-docs skills together, passing along any scope that was provided so both passes cover identical files.
Issue the spawn_agent calls for every review sub-agent the two skills define in one batch. Do not issue one and await its result before issuing the rest. Hold every fix for Step 2 in place of each skill's own fix step.
Step 2: Fix Issues
Once wait_agent has joined every sub-agent, 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 call update_plan to mark this step completed and continue with the next step of the active workflow.
想直接用这个技能?
本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。
同名技能的其他版本
有 2 个不同仓库或目录里都有叫 simplify-all 的技能。它们内容并不相同,别混用:
- tobihagemann/turbo — Run the code and documentation simplification passes together over one scope, launching ev