一键导入
metacog-tool-audit
Decide whether tool use is necessary, excessive, or unsafe. Use before reaching for MCP, networked tools, or repetitive tool loops.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Decide whether tool use is necessary, excessive, or unsafe. Use before reaching for MCP, networked tools, or repetitive tool loops.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Synchronize the Obsidian vault (Meta-YGN/) with the current codebase state. Use after releases, major changes, or when vault docs may be stale.
Run a minimal metacognitive evaluation pass over the current task or repository change. Use to assess quality, calibration, and overhead.
Pressure-test the current plan or conclusion. Use when reasoning may be too linear, confidence seems too high, or there are plausible counter-hypotheses.
Compact the session into goal, verified facts, dead ends, open risks, and next actions. Use before long sessions, handoffs, context limits, or after repeated failed attempts.
Escalate when uncertainty is too high, risk exceeds agent capability, or human judgment is required. Use when verification fails, threats are found, or the agent is stuck.
Classify the task, identify risk, choose a strategy, and set a proof plan before non-trivial work. Use for architecture, migrations, auth, billing, concurrency, large refactors, or whenever failure would be costly.
| name | metacog-tool-audit |
| description | Decide whether tool use is necessary, excessive, or unsafe. Use before reaching for MCP, networked tools, or repetitive tool loops. |
| user-invocable | true |
| allowed-tools | Read, Grep, Glob |
For the current task, evaluate each planned tool call:
| Question | Answer |
|---|---|
| Can this be answered from repo state or current context? | yes/no |
| Does this truly require a tool call? | yes/no |
| Local CLI or external integration? | local/external |
| Should this wait until after a proof step? | yes/no |
Skip: [tools that are unnecessary - explain why]
Allow: [tools that are justified - explain what they provide]
Confirm: [tools that need human approval - explain the risk]
Cheaper path: [one alternative that reduces tool usage]
Rules:
grep over Read when searching for patterns.