用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/benjam3n/reasoningtool --skill obv-obvious-check命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | obv - Obvious Check |
| description | Add an obvious-things-first step to any analysis. Catches what everyone assumes someone else checked. |
| output | {"format":"prose"} |
Input: $ARGUMENTS
The most common failure mode in analysis is missing the obvious. Not because it's hard to see — because everyone assumes someone already checked it. This skill adds the "did anyone actually look?" step.
Can be applied standalone or injected into any other skill's output.
What is being analyzed, decided, or planned?
SUBJECT: [one sentence]
Answer each. If you can't answer confidently, that's a finding.
OBVIOUS CHECK RESULTS:
Confirmed obvious:
- [things that were checked and are fine]
Unchecked obvious:
- [things nobody actually verified]
Obvious actions not taken:
- [simple things that haven't been tried]
Obvious risks unaddressed:
- [likely failure modes with no plan]
STOP SIGNAL: [YES if any unchecked obvious item could change the conclusion / NO if basics are covered]
If STOP SIGNAL is YES: Address the unchecked items before continuing with more sophisticated analysis.
When used as a step within another skill, output only:
OBVIOUS CHECK:
- [x] [checked item — confirmed]
- [ ] [unchecked item — NEEDS ATTENTION]
- [ ] [unchecked item — NEEDS ATTENTION]
Proceed: [YES / NO — address unchecked items first]
Use with:
/ogo -> Specifically check for obvious good outcomes/obo -> Specifically check for obvious bad outcomes/oba -> Full obvious-everything scan/rca -> When the obvious cause hasn't been ruled out