debugging
SolidSystematic debugging of issues — use when a test fails, runtime error occurs, unexpected behavior is reported, or an awareness tick produces anomalous results
Install
Quality Score: 90/100
Skill Content
Details
- Author
- WingedGuardian
- Repository
- WingedGuardian/GENesis-AGI
- Created
- 2 months ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
debug
Systematic debugging workflow for tracking down bugs and issues
systematic-debugging
Use when a bug, failing test, incident, or unexpected behavior has unknown cause and scope is not yet frozen.
ai-debug
Diagnoses broken behavior systematically with a 4-phase root-cause loop: test failures, runtime errors, crashes, regressions. Never patches symptoms. Trigger for 'it is not working', 'something broke', 'this used to work', 'I am getting an error', 'CI is failing', 'why is X happening'. Not for adding tests; use /ai-test instead. Not for security findings; use /ai-security instead.