debug

Solid

Systematic bug investigation with a five-phase framework: reproduce, narrow, diagnose, fix, verify. Supports automated regression bisect via --regression flag. Produces a structured debug report with root cause analysis, regression test, and CQ/Q self-evaluations.

Code & Development 6 stars 0 forks Updated today MIT

Install

View on GitHub

Quality Score: 81/100

Stars 20%
28
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# zuvo:debug — Structured Bug Investigation A disciplined five-phase process for turning a bug report, error message, or unexpected behavior into a confirmed root cause, verified fix, and permanent regression test. **Scope:** Any bug, error, or unexpected behavior that needs investigation. **Out of scope:** Code quality sweeps (use `zuvo:code-audit`), general review (use `zuvo:review`), performance problems without a specific bug (use `zuvo:performance-audit`). ## Argument Parsing Parse `$ARGUMENTS` to determine the starting phase: | Input | Starting point | |-------|---------------| | _(empty)_ | Ask the user: "Describe the issue. Share the error message, stack trace, or explain what is happening." | | Error message or stack trace | Phase 1.5 (Minimal Reproduction) -- verify the error is reproducible before narrowing | | Code snippet or file reference | Phase 3 (Diagnose) -- read the code, trace the execution path | | Description like "why does X" or "X is broken" | Phase 1 (Reproduce) -- gather context before proceeding | | `--regression` flag, or words like "bisect", "regression", "this used to work" | Phase R (Regression Bisect) -- automated git bisect to find the breaking commit | --- ## Environment Compatibility Read `../../shared/includes/env-compat.md` for agent dispatch patterns, path resolution, and progress tracking across Claude Code, Codex, and Cursor. ## CodeSift Integration Read `../../shared/includes/codesift-setup.md` for the full initialization seq...

Details

Author
greglas75
Repository
greglas75/zuvo
Created
4 months ago
Last Updated
today
Language
Shell
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category