What problem does it solve?
Manually running formatters, linters, type checkers, and tests across different project stacks (backend, frontend, fullstack) is time-consuming, prone to inconsistencies, and often delays feedback on code quality.
Core Features & Use Cases
- Auto-Stack Detection: Automatically identifies if your project is backend (Python), frontend (JS/TS), or fullstack, and runs the appropriate quality tools.
- Comprehensive Checks: Executes formatting, linting (with auto-fix), type checking, and unit/integration tests in a standardized sequence.
- Consistent Quality: Ensures all code adheres to project standards, catching issues early and maintaining a high-quality codebase.
- Use Case: Before submitting a PR, simply ask to "run all quality gates." This skill will automatically format your Python and TypeScript code, fix linting issues, run type checks, and execute tests across both stacks, reporting any failures so you can focus on fixing logic, not formatting.
Quick Start
Use the Quality Gates skill to run all gates.