debugging-patterns
Installation
SKILL.md
Systematic Debugging
Overview
Random fixes waste time and create new bugs. Quick patches mask underlying issues.
Core principle: ALWAYS find root cause before attempting fixes. Symptom fixes are failure.
This skill is advisory in v10. It deepens investigation quality. It does not authorize local-only patches, guesswork, or "fix the line that crashed" thinking.
Reference Files
Read only the references needed for the current investigation:
references/root-cause-playbooks.mdfor build/type failures, flaky tests, runtime crashes, browser errors, git bisect, and boundary tracingreferences/investigation-hygiene.mdfor context discipline, evidence logging, hypothesis tracking, restart protocol, and architectural escalation
The Iron Law
Related skills
More from romiluz13/cc10x
session-memory
Internal skill. Use cc10x-router for all development tasks.
60code-generation
Internal skill. Use cc10x-router for all development tasks.
58code-review-patterns
Internal skill. Use cc10x-router for all development tasks.
45architecture-patterns
Internal skill. Use cc10x-router for all development tasks.
44planning-patterns
Internal skill. Use cc10x-router for all development tasks.
43cc10x-router
|
41