ワンクリックで
systematic-debugging
Use evidence and hypotheses to diagnose failures before fixing them.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use evidence and hypotheses to diagnose failures before fixing them.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Security and privacy review for scoped changes.
Evidence-based gate for creating a new skill or agent profile.
UI, accessibility, and interaction-quality review.
Performance investigation using reproducible measurements.
Markdown and governance structure lint checklist.
Create a bounded session handoff with collision-resistant identity.
SOC 職業分類に基づく
| schema | fcvw/skill@1 |
| name | systematic-debugging |
| description | Use evidence and hypotheses to diagnose failures before fixing them. |
| version | 1.2.0 |
| trigger_keywords | ["debug","stack trace","root cause","diagnose","depurar"] |
| session_types | ["bugfix","troubleshooting"] |
Find the smallest evidence-supported cause of a failure and distinguish diagnosis from implementation authorization.
Use for reproducible defects, crashes, failed checks, unexpected behavior, or inconsistent runtime state. For a question limited to diagnosis, do not apply a fix. For an authorized fix, follow the active plan and changelog contract.
Expected behavior, observed behavior, environment, reproduction steps, logs or stack traces, recent changes, and the narrowest relevant source and test files.
Symptom, reproduction status, evidence, tested hypotheses, supported root cause or remaining uncertainty, affected scope, and validation results. If code changed, link the active plan and changelog entry.
The original failure is reproduced before the fix when feasible, the causal check changes as predicted, the regression check passes afterward, and unrelated validation has not regressed.
Exit when the cause is supported and the authorized fix is validated, or when the remaining blocker and next evidence needed are recorded without presenting speculation as resolution.