preflight-checks
Installation
SKILL.md
Preflight Code Quality Checks
This skill provides comprehensive guidance for discovering and running code quality checks across different project types.
Overview
Preflight checks are the quality gates that verify code before commits, PRs, or deployments. They typically include:
- Type Checking - Static type verification (TypeScript, MyPy, etc.)
- Linting - Code quality and style enforcement
- Formatting - Consistent code style
- Security Scanning - Dependency audits and static analysis (SAST)
- Testing - Unit, integration, and e2e tests