systematic-debugging
Trace failures to their real boundary before proposing a focused fix.
Install / Use
npx skills add athasdev/athasInstalls into whichever agent you are using.
SKILL.md
Installable skill definition
Quality Score
Category
Development & EngineeringSupported Platforms
Tags
Skill content
View source on GitHubname: systematic-debugging description: Trace failures to their real boundary before proposing a focused fix.
Systematic Debugging
Find the cause before changing behavior.
Process
- Restate the observed failure with its exact inputs, environment, and expected result.
- Reproduce it with the smallest reliable command or interaction available.
- Trace data and state across the relevant lifecycle boundaries.
- Add temporary observations only where they distinguish competing explanations.
- Identify the first point where actual behavior diverges from the contract.
- Fix that boundary with the smallest coherent change.
- Add a regression test that fails for the original cause and passes for the fix.
- Re-run focused checks and separate unrelated baseline failures.
Do not paper over the symptom with delays, broad fallbacks, or duplicated state unless the underlying contract requires them.
Related Skills
claude-howto
41.4kA visual, example-driven guide to Claude Code — from basic concepts to advanced agents, with copy-paste templates that bring immediate value.
ai-job-search
40.9kThe job search that runs on your machine. AI job application framework built on Claude Code: evaluate postings, tailor CVs, write cover letters, prep interviews. Fork it and own it.
guizang-ppt-skill
25.7kAI-agent Skill for generating polished HTML slide decks: editorial magazine and Swiss layouts, image prompts, social covers, and a WebGL/low-power presentation runtime.
reactive-resume
42.2kA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Security Score
Audited on Sep 3, 2026
