Enforces rigorous code quality standards and security audits for AI-generated code through the Big 5 methodology.
The Quality skill addresses the increased bug density in AI-generated code by implementing the 'Big 5' validation framework: input validation, edge cases, error handling, duplication, and complexity checks. Beyond simple linting, it introduces the R-factor—a sophisticated composite score that evaluates code based on test pass rates, security, and scope accuracy. By integrating proactive deviation detection (ADSR), this skill monitors for behavioral anomalies like scope creep or unusual token usage, ensuring that AI-assisted development remains high-quality, secure, and production-ready.