Runs formatting, linting, typechecking, and tests in one go.
Green? You get “All checks pass.”
Red? Just the errors, nothing else.
Good as a pre-commit sanity check or before opening a PR.
Needs an AI agent with terminal access (Claude Code, Cursor, Codex, etc.).
Prompt
Run the full verification suite:
pnpm format && pnpm lint && pnpm typecheck && pnpm test
Report results concisely:
- If all pass: "All checks pass"
- If failures: List specific errors that need fixing