Report and track bugs systematically
fix-bugcommandsetup L1★0
maxime-antoine-dev/claude-cqrs-backend-api-kit ↗What it does
Diagnose and fix software bugs with minimal exploration
Best for
Rapidly fixing startup/tooling bugs without broad code exploration
Inputs
- · bug report description
Outputs
- · root cause analysis
- · files changed
- · verification command result
- · commit message suggestion
Requires
- · Taskfile.yaml
- · git
- · test suite
Preconditions
- · repro steps are clear
- · test suite exists
- · Taskfile available for project commands
Failure modes
- · root cause not reproducible
- · fix is a symptom patch not root cause
- · verification fails after fix
Trust signals
- · requires suspected root cause before editing
- · forbids symptom patching
- · limits exploration scope
- · stops after two failed fixes