What problem does it solve?
This Skill validates that a feature meets critical production readiness standards across performance, accessibility, security, and code quality. It prevents the deployment of features that could lead to poor user experience, compliance issues, or security vulnerabilities, ensuring a robust and reliable product.
Core Features & Use Cases
- Performance Benchmarking: Conducts backend and frontend performance audits, including API response times, Lighthouse scores, and Core Web Vitals.
- Accessibility Audit: Performs automated and manual checks against WCAG 2.1 AA standards to ensure inclusivity.
- Security Review: Verifies authentication, input validation, data protection, and security headers to mitigate vulnerabilities.
- Code Quality Checks: Assesses code duplication, test coverage, linting, and complexity to maintain high code standards.
- Use Case: A feature is implemented and ready for final checks. This skill automates the process of running performance benchmarks, accessibility audits, and security reviews to ensure it's robust, compliant, and ready for production deployment.
Quick Start
Optimize the 'Student Progress Dashboard' feature, running performance benchmarks, accessibility audits, and security reviews to ensure production readiness.