verify

Installation
SKILL.md

Verify

Multi-stage quality gate. Run after finishing implementation, before superpowers:finishing-a-development-branch.

Fail-fast: Stop at the first failing stage. Do not continue.


Stage 1 — Get Changed Files

git diff HEAD --name-only

Store this list. Every conditional stage below checks against it.


Stage 2 — Lint

Related skills
Installs
3
First Seen
Feb 23, 2026