.agent/skills/speckit-verify/SKILL.md
Run comprehensive verification on current codebase state.
npx skillsauth add a2mus/smart-da3m speckit-verifyInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Run comprehensive verification on current codebase state. Execute verification in this exact order:
Build Check
Type Check
Lint Check
Test Suite
Console.log Audit
Git Status
Produce a concise verification report:
VERIFICATION: [PASS/FAIL]
- Build: [OK/FAIL]
- Types: [OK/X errors]
- Lint: [OK/X issues]
- Tests: [X/Y passed, Z% coverage]
- Secrets: [OK/X found]
- Logs: [OK/X console.logs]
Ready for PR: [YES/NO]
If any critical issues, list them with fix suggestions.
If $ARGUMENTS contains quick, only run build + types checks. If pre-pr, perform full checks plus security scan.
testing
Perform cross-artifact consistency analysis across spec.md, plan.md, and tasks.md. Use after task generation to identify gaps, duplications, and inconsistencies before implementation.
testing
Intelligently sync your fork with the upstream spec-kit repository. Reads both versions of every changed file, compares quality, and produces the richest possible result by blending the best of each.
development
Impeccable UI design workflow — create distinctive, production-grade interfaces or enhance existing ones. Integrates design context gathering, anti-pattern detection, heuristic scoring, and systematic polish. Works after speckit-brainstorm (new design) or on existing UI code (enhancement mode).
development
Enforce test-driven development workflow. Scaffold interfaces, generate tests FIRST, then implement minimal code to pass. Ensure 80%+ coverage.