with one click
debug-systematic
Reproduce, isolate, and verify a bug before changing code.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Reproduce, isolate, and verify a bug before changing code.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| id | debug-systematic |
| name | Debug Systematic |
| description | Reproduce, isolate, and verify a bug before changing code. |
Start from the symptom, reproduce it with the smallest command or flow, list observations, and test one hypothesis at a time. Keep verification tied to the original failure.
Measure and reduce local latency, memory, or rendering overhead.
Review a local change for privacy, permission, and data-exposure risk.
Inspect local dependencies for version, license, and build-path risk.
Write concise documentation from verified local code evidence.
Diagnose and fix one reproducible build, test, or runtime error.
Explain why a line changed using local git history and code context.