Fix failing pipelines and infrastructure
fixskillsetup L3★0
vanducng/skills ↗What it does
Scout, diagnose, and fix defects across data/app/infra pipelines
Best for
Production defects where root cause is unknown and a regression guard is mandatory before closing.
Inputs
- · {issue description}
- · [--quick|--auto|--no-prevent]
Outputs
- · Root-cause analysis
- · Applied fix
- · Regression guard (test)
Requires
- · vd:scout
- · vd:debug
- · git commands
Preconditions
Issue reproducible; codebase scanned for context; no more than 2 previous failed attempts
Failure modes
- · Three failed fix attempts without architecture question → stop and escalate
- · Symptom fix applied without root cause → regression likely
- · No fresh evidence captured → cannot verify fix worked
Trust signals
- · Enforces iron law: NO FIX WITHOUT ROOT CAUSE
- · Distinguishes modes (--quick, --auto, --no-prevent) for scope matching
- · Mandates fresh evidence verification before declaring done