systematic-debugging
4-phase systematic debugging methodology. Reproduce, Isolate, Understand, Fix.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
4-phase systematic debugging methodology. Reproduce, Isolate, Understand, Fix.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Structured iterative reasoning framework for deep problem solving, featuring verification loops and refinement stages.
API design principles and decision-making. REST vs GraphQL vs tRPC selection, response formats, versioning, pagination.
Main application building orchestrator. Creates full-stack applications from natural language requests.
Architectural decision-making framework. Requirements analysis, trade-off evaluation, ADR documentation.
Bash/Linux terminal patterns. Critical commands, piping, error handling, scripting.
AI operational modes (BRAINSTORM, IMPLEMENT, DEBUG, REVIEW, TEACH, SHIP).
| name | systematic-debugging |
| description | 4-phase systematic debugging methodology. Reproduce, Isolate, Understand, Fix. |
| allowed-tools | Read, Glob, Grep |
Stop guessing.
git log)?npm run test or a dedicated reproduction mission.server-rs stdout/stderr or logs/error.log.tadpole.db oversight logs for the specific mission_id.grep_search to find all call-sites for the failing module.clean-code and architecture skills.python execution/verify_all.py . to ensure no regressions.