بنقرة واحدة
investigation
原因調査・バグ調査を行う際に発火する。コードパス全数調査と反証チェックを実施する
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
原因調査・バグ調査を行う際に発火する。コードパス全数調査と反証チェックを実施する
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Fires when deciding whether a report or explanatory document needs figures, when designing a figure, or when writing the figures declaration in frontmatter. Designs cognitive-load-reducing figures via the trigger table, quantitative limits, and templates
Fires when generating or verifying deterministic HTML from report MDs. Runs render / verify / lint / selftest / check via the bundled md2html.cjs
Fires when producing a report or completion notice. Generates a report that includes the interlock verification section.
Discipline for preventing the stop bug (malformed tool call -> self-priming). Fires when the stopbug-observe hook emits a trip-wire (migration advice) or the time-based timer (calibration prompt), or as a minimal focus-check right before heavy processing.
報告書・説明文書で図を使うか判断する際、図を設計する際、frontmatter の figures 宣言を書く際に発火する。図トリガー表・定量上限・雛形で「認知負荷を減らす図」を設計する
報告書 MD から決定論 HTML を生成・検証する際に発火する。md2html.cjs(同梱)で render / verify / lint / selftest / check を実行する
| name | investigation |
| description | 原因調査・バグ調査を行う際に発火する。コードパス全数調査と反証チェックを実施する |
本 skill は 原因調査の手順規範 であり、症状ベースの故障モードカタログではない。
不具合・バグ・予期せぬ挙動を観測したときは、本 skill と並行して debug-toolkit を発火し、既知の故障モード(FM)のお品書きから類似事例を引け。
ただし debug-toolkit のお品書きも網羅的ではない。お品書きにない症状に出会ったときは、最も近い FM に 無理に当てはめてはいけない(ヒューリスティック過適応の禁止)。SST(Special Service Tool)を自分で作る覚悟で取り組み、汎化できる手法は完了報告書で skill 追加を提案せよ。
原因調査・バグ調査・問題の切り分けを行う際に発火する。
自分の結論を否定する証拠を能動的に探すこと。
## 反証チェック
- [ ] 同じ機能を持つコードパスは他にないか?
- [ ] 実行時ログで結論を裏付けたか?
- [ ] この結論が間違っていた場合、何が真の原因か?(代替仮説 1 つ以上)
- [ ] 過去の類似調査で初回結論が間違っていた事例はないか?
=== 調査結果まとめ ===
- 原因:
- 影響範囲:
- 修正方針: