| name | debug |
| aliases | ["/debug","investigate failure","diagnose issue","fix the bug"] |
| primaryRole | debugger |
| description | Reproduce or inspect a failure, isolate root cause, and validate a fix. Use when the user reports a bug, failing test, or broken CLI behavior. |
Debug Skill (oh-my-antigravity)
Quick Start
- Reproduce the smallest failing case, isolate the cause, apply a minimal fix, then rerun validation.
Use this skill for regressions, failing tests, broken CLI behavior, or suspicious state.
Quick Start
- Reproduce the problem or gather the smallest failing evidence.
- Narrow the cause with file, command, and output evidence.
- Apply the minimum credible fix.
- Re-run the relevant validation.
Expected output
- failure summary
- root cause
- files touched
- validation evidence
- residual risk