What problem does it solve?
This Skill prevents failed deployments by automatically performing comprehensive checks—including Git status, code quality, unit tests, build tests, and infrastructure validation—before the actual deployment process begins. It catches issues early, saving valuable time and preventing production outages.
Core Features & Use Cases
- Comprehensive Code Validation: Runs Ruff, MyPy, ESLint, and TypeScript checks for both backend and frontend code quality.
- Automated Testing: Executes backend (Pytest) and frontend (npm test) unit tests to ensure functionality.
- Build & Infrastructure Verification: Performs production build tests for the frontend and validates Kubernetes manifests for syntax correctness.
- Environment Checklist: Guides users on essential environment variables and GitHub Secrets required for successful deployment.
- Use Case: Before pushing code to production, ask, "Can I deploy?" to get a full report on potential issues, ensuring a smooth and successful deployment without manual pre-checks.
Quick Start
Perform a full pre-deployment validation.