What problem does it solve?
This Skill centralizes and streamlines the Monque development workflow, providing a consistent guide to run tests, lint code, build packages, and verify changes across the monorepo.
Core Features & Use Cases
- Unified Commands: Use bun run <script> from the repo root to drive tests, linting, building, and type-checks via TurboRepo.
- Fast Feedback: Run unit tests quickly with dedicated scripts to speed up development iterations.
- Quality Assurance: Linting, type-checking, and integration checks to maintain code quality during feature development.
- Use Case: When a contributor updates core tooling and wants to validate changes locally before submitting a PR.
Quick Start
From the repository root, install dependencies with bun install, then run bun run test:unit for quick feedback, bun run lint, bun run build, and bun run test to run the full suite.