systematic-debugging
Installation
SKILL.md
Systematic Debugging
Overview
Guessing at fixes wastes time and creates new bugs. Quick patches mask root causes. The only reliable path to a fixed bug is systematic investigation.
Core principle: Find the root cause before attempting any fix. Symptom fixes are not fixes.
For coding-related work, load engineering-principles before this skill. Debugging
must preserve its defaults: explicit evidence, boundary validation, clear errors,
and fixes at the right layer.