What problem does it solve? Verifying a full-stack codebase requires running many separate lint, type-check, and test commands across backend and frontend, and it is easy to skip one or misreport results. This Skill runs the complete verification suite for kajet-turbo and reports every failure with file and line references. ## Core Features & Use Cases - Backend Verification: Runs ruff lint, ruff format check, ty type checking, and pytest via uv. - Frontend Verification: Runs prettier and eslint via bun lint, plus svelte-check in the frontend directory. - Strict Reporting: Never auto-fixes issues and never declares success unless all six checks pass. - Use Case: Before committing a new feature, invoke this Skill to confirm the entire codebase is healthy and get a grouped summary of any failures. ## Quick Start Run the check skill to verify the entire kajet-turbo codebase is healthy before I commit.