Coding & Development
Verification Suite Prompt
AI prompt to run all code verification checks — linting, typechecking, formatting, and tests — and report results concisely
ProgrammingClaude CodeCursorOpencodeCodex
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