ワンクリックで
debug
Guide systematic debugging through hypothesis generation and verification
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Guide systematic debugging through hypothesis generation and verification
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | debug |
| description | Guide systematic debugging through hypothesis generation and verification |
Current Time: !date
System: !uname -a
Guide systematic debugging through hypothesis generation, investigation, and verification. Documents findings to Obsidian for knowledge retention.
Launch parallel investigation tracks:
Generate ranked hypotheses based on:
For each hypothesis:
Write to Obsidian via obsidian_append_content at:
$OBSIDIAN_PATH/Debugging/YYYY-MM-DD-HHMM-issue-title.md
Note:
$OBSIDIAN_PATHmust be a vault-relative path (e.g.,Projects/myapp), set per-project via direnv. Theobsidian_append_contenttool expects paths relative to the vault root.
Use this template for the Obsidian document:
@~/.config/opencode/templates/debug-session.md
obsidian_append_content with auto-generated filename: YYYY-MM-DD-HHMM-issue-title.md$ARGUMENTS
Analyze recent changes and add test coverage for HEAD commit
Write failing unit tests for feature requirements (TDD style)
Deep analysis mode - thorough multi-phase investigation with expert consultation
Analyze test coverage gaps and report findings
Analyze service capacity, load patterns, and scaling requirements
Code review mode - comprehensive review with security, performance, and maintainability focus