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 → fix
  • report-only: Full pipeline → report → STOP
  • auto-fix: Full pipeline → report → auto-accept severity >= threshold → plan → fix → STOP

Composition — what Phase 6 fans out to, every time:

Installs
20
GitHub Stars
6
First Seen
Aug 7, 2026
verify — niekcandaele/skills