feat: migrate all skills from Claude session: SKILL.md
This commit is contained in:
parent
3a1fec409d
commit
475bbc7fb4
1 changed files with 14 additions and 0 deletions
14
skills/systematic-debugging/SKILL.md
Normal file
14
skills/systematic-debugging/SKILL.md
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
---
|
||||||
|
name: systematic-debugging
|
||||||
|
description: Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes
|
||||||
|
---
|
||||||
|
|
||||||
|
# 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.
|
||||||
|
|
||||||
|
**Violating the letter of this process is violating the spirit of debugging.**
|
||||||
Loading…
Reference in a new issue