用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/rlaope/bestwork-agent --skill trace命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Feature validation gate — research, define purpose, stress-test from real user perspective before building
Maximum parallelism burst — all tasks execute simultaneously with no coordination overhead
Persistent completion mode — tasks must finish fully with verify/fix loops until done
正在显示 SKILL.md
基于 SOC 职业分类
| name | trace |
| description | Evidence-driven causal tracing — competing hypotheses, falsification, rebuttal round, recommended next probes |
When this skill is invoked, you MUST follow this exact output sequence. Trace is for diagnosing WHY something happens, not just describing what happens. Every claim is anchored to evidence with a stated strength.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[BW] trace — evidence-driven analysis
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Restate the user's question as a single causal question of the form: "Why does X happen?" or "What caused Y?". If the prompt is purely descriptive, mark this skill not applicable and stop.
List at least three plausible causes. They must be mutually distinguishable — each must predict something the others don't. Vague causes ("bug somewhere") are not hypotheses; refine until each one is testable.
H1: <specific cause>
H2: <specific cause — different mechanism, not a rephrase>
H3: <specific cause — different mechanism>
For every hypothesis produce a structured block:
H1: <hypothesis>
FOR:
- [evidence] — strength: <see hierarchy below> — source: <file:line | command output | doc URL>
AGAINST:
- [evidence] — strength: <hierarchy> — source: <...>
Distinctive prediction:
If H1 is true, we should ALSO observe <X>. If we observe <not-X>, H1 is falsified.
Cheapest discriminating probe:
Run <command or one-line check> to test the prediction.
Evidence strength hierarchy (use these exact labels):
Identify the hypothesis with the strongest FOR / weakest AGAINST. State the gap between leader and runner-up: "leader: H2 (controlled-repro + primary-artifact); runner-up: H1 (inference only)".
Steelman the strongest alternative. Argue against the leader using the alternative's best evidence. The leader survives only if the rebuttal cannot produce a distinctive prediction the leader fails. If the rebuttal lands a hit, downgrade the leader's confidence and revisit Step 5.
Verdict: <leader hypothesis>
Confidence: high | medium | low
Reason: <one sentence tying the strongest evidence to the conclusion>
Next probe: <single concrete command or check to confirm or refute>
If confidence is low, the verdict is "inconclusive — run the next probe before acting" and you stop. Never recommend a fix from a low-confidence trace.