meta-pre-commit-quality-gate
opensquilla/opensquilla
This meta-skill runs three essential quality gates (ruff, mypy, and pytest) concurrently against the staged changes. It provides a comprehensive, CI-like check locally, offering a single BLOCK or APPROVE verdict to ensure code readiness before committing. It combines static analysis, type checking, and unit testing into one workflow.