verify
Installation
SKILL.md
Verify Changes — Triage-First Pipeline
Goal
Run comprehensive verification before considering changes complete. This skill detects what changed, triages files to relevant skills, runs static analysis, invokes review skills in parallel, exercises the app end-to-end, and produces a unified report with actionable findings.
Phase 0: Parse Arguments & Mode
Parse $ARGUMENTS for:
Mode (--mode=):
interactive(default): Full pipeline → report → interactive triage → plan → fixreport-only: Full pipeline → report → STOPauto-fix: Full pipeline → report → auto-accept severity >= threshold → plan → fix → STOP
Composition — what Phase 6 fans out to, every time: