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
More from sylla-bv/sylla-skills
ticket-creator
>-
27pr-sweep
>-
7coding-standards
>-
6brainstorming
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
2playwright-cli
Automate browser interactions, test web pages and work with Playwright tests.
1code-upkeep
>-
1