Acerca de
The Testing Standards skill equips Claude with a comprehensive framework for software quality assurance, focusing on creating resilient codebases through structured testing. It guides developers in implementing the 'Testing Pyramid'—prioritizing fast, isolated unit tests over slower end-to-end workflows—and enforces industry-standard patterns like Arrange-Act-Assert (AAA). By emphasizing behavioral testing over implementation details and providing clear coverage targets for business logic, this skill helps teams reduce technical debt, prevent regressions, and enable confident refactoring while maintaining a high development velocity.