What problem does it solve?
This skill provides a structured, end-to-end verification gate for Claude Code sessions, automating the detection of build, type, lint, test, and security issues before changes are merged.
Core Features & Use Cases
- Phase 1: Build Verification — validates project builds with npm/pnpm and surfaces recent output for quick triage.
- Phase 2: Type Check — runs TypeScript or Python type checks and reports all type errors.
- Phase 3: Lint Check — enforces code quality with lints for JS/TS and Python.
- Phase 4: Test Suite — executes tests with coverage reporting and threshold verification.
- Phase 5: Security Scan — scans for secrets, console usage, and misconfigurations.
- Phase 6: Diff Review — compares changes against HEAD to highlight unintended edits and edge cases.
The workflow can be invoked after feature work, before PRs, or after refactors to ensure robust quality gates.
Quick Start
Run the verification workflow after completing a feature to automatically execute all phases and generate a consolidated report.