What problem does it solve?
This Skill automates the essential verification workflow for projects by executing typecheck, lint, prettier (auto-fix), and build to ensure code correctness, style compliance, and readiness for commits.
Core Features & Use Cases
- Automated verification: runs TypeScript/JavaScript typechecking, linting, and auto-formatting in a single pass, followed by a build.
- Progress reporting: shows per-check status as in_progress, completed, or failed, and provides an overall verification report with issues identified.
- Auto-remediation: offers to auto-fix lint issues and re-run the suite to confirm success.
Quick Start
Apply the verify skill to run the full verification suite on your repository. Ensure Node.js and Yarn are installed and that your project defines standard scripts for typecheck, lint, prettier, and build.