Acerca de
This skill provides a comprehensive framework for writing high-quality code across any programming language by enforcing industry-standard testing principles. It guides users through the Red-Green-Refactor TDD cycle, defines clear boundaries between unit, integration, and E2E tests via the test pyramid, and establishes rigorous quality standards like the AAA (Arrange-Act-Assert) pattern and 80% code coverage. Whether you are building a new feature or refactoring legacy code, this skill ensures your test suite remains fast, deterministic, and effective at catching regressions.