khuym:debugging
Installation
SKILL.md
Debugging
If .khuym/onboarding.json is missing or stale for the current repo, stop and invoke khuym:using-khuym before continuing.
Resolve blockers and failures systematically. Do not guess — triage first, then reproduce, then diagnose, then fix.
When to Use This Skill
- A build fails (compilation, type error, missing dependency)
- A test fails (assertion mismatch, flaky test, timeout)
- A runtime crash or exception occurs
- An integration breaks (API mismatch, env config, auth)
- A worker is stuck (circular dependency, conflicting changes, unresolvable blocker)
- Reviewing or executing hands off with a failure that needs root cause analysis