Agent Skills
› solatis/claude-config
› decision-critic
decision-critic
GitHub通过执行Python脚本对决策及推理过程进行压力测试和批判性审查,无需人工先期分析。
触发场景
需要评估决策合理性
对推理逻辑进行压力测试
安装
npx skills add solatis/claude-config --skill decision-critic -g -y
SKILL.md
Frontmatter
{
"name": "decision-critic",
"description": "Invoke IMMEDIATELY via python script to stress-test decisions and reasoning. Do NOT analyze first - the script orchestrates the critique workflow."
}
Decision Critic
When this skill activates, IMMEDIATELY invoke the script. The script IS the workflow.
Invocation
| Argument | Required | Description |
|---|---|---|
--step |
Yes | Current step (1-7) |
--decision |
Step 1 | The decision statement being criticized |
Do NOT analyze or critique first. Run the script and follow its output.
版本历史
- 6e72bc2 当前 2026-07-11 17:17


