SkillAgentSearch skills...

systematic-debugging

Trace failures to their real boundary before proposing a focused fix.

Install / Use

npx skills add athasdev/athas

Installs into whichever agent you are using.

About this skill
📄

SKILL.md

Installable skill definition

Quality Score

45/100

Supported Platforms

Universal

Tags


name: systematic-debugging description: Trace failures to their real boundary before proposing a focused fix.

Systematic Debugging

Find the cause before changing behavior.

Process

  1. Restate the observed failure with its exact inputs, environment, and expected result.
  2. Reproduce it with the smallest reliable command or interaction available.
  3. Trace data and state across the relevant lifecycle boundaries.
  4. Add temporary observations only where they distinguish competing explanations.
  5. Identify the first point where actual behavior diverges from the contract.
  6. Fix that boundary with the smallest coherent change.
  7. Add a regression test that fails for the original cause and passes for the fix.
  8. 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

View on GitHub
GitHub Stars0
CategoryDevelopment
Updated2d ago
Forks0

Security Score

80/100

Audited on Sep 3, 2026

1 medium1 low