What problem does it solve?
Automates mechanical verification checks on a project — running build, static analysis (lint), tests, and typecheck — in a single command. It is a read-only utility that detects tooling and reports results without modifying source code, making it ideal for CI and local validation.
Core Features & Use Cases
- Detects project tooling (Gradle, Node, Rust, Python, Go, Swift, etc.) and selects the appropriate verification flow.
- Runs build, lint, tests, and typecheck across multi-tooling repositories, returning a per-check verdict and an aggregate result.
- Supports monorepos and multi-stack configurations, enabling parallel or sequential verification while preserving a fail-fast default.
- Produces a structured report suitable for CI pipelines and human review; no code changes are made.
Quick Start
Run /check to execute build, lint, tests, and typecheck across your project tooling in a single step.