What problem does it solve? Teams struggle to enforce consistent code quality across multi-language projects, often discovering security vulnerabilities, low test coverage, and technical debt too late in the development cycle. This Skill automates quality gate validation so issues are caught during development rather than before release. ## Core Features & Use Cases - TRUST 5 Validation: Scores codebases across Testable, Readable, Unified, Secured, and Trackable dimensions with configurable thresholds per principle. - Proactive Analysis: Scans for performance bottlenecks, security vulnerabilities, code duplication, and technical debt, then generates prioritized improvement recommendations. - Best Practices Enforcement: Uses Context7 integration to validate code against the latest language and framework standards for Python, TypeScript, JavaScript, Go, and more. - Use Case: Before merging a pull request, run a quality gate check that fails the build if test coverage drops below 90% or any critical OWASP security issue is detected, and post the findings as a PR comment. ## Quick Start Ask the AI to run a TRUST 5 quality gate validation on the src directory with a 0.85 quality threshold and report any failed principles.