About
This skill provides a high-integrity review framework for TypeScript environments, prioritizing verifiable behavior over implementation-detail testing. It mandates a zero-tolerance policy for mocking, requiring the use of dependency injection to ensure tests are robust and meaningful. By integrating tsc, ESLint, and Semgrep alongside automated checks for Architectural Decision Records (ADRs) and Technical Requirements Documents (TRDs), it ensures every commit aligns with project specifications, security best practices, and strict type safety before graduation.