What problem does it solve?
This Skill provides a final, systematic quality gate for implemented features, ensuring code quality, test coverage, performance, and security, and verifying that all standards and requirements are met before marking work complete or deploying.
Core Features & Use Cases
- Automated Quality Checks: Runs Black, mypy, and flake8 to enforce coding standards and identify style or type errors.
- Comprehensive Test & Coverage Validation: Verifies the test suite passes and meets coverage targets (e.g., 80%+), identifying any untested code paths.
- Performance & Security Assessment: Benchmarks performance against defined criteria and scans for security vulnerabilities in dependencies (e.g., with pip-audit).
- Use Case: Before creating a pull request for a completed feature, use this skill to generate a full validation report, confirming all quality, performance, and security checks pass, and that all requirements are fulfilled.
Quick Start
Run a full validation check on the current feature, including code quality, tests, coverage, performance, and security.