testing-strategy
Installation
SKILL.md
Testing Strategy
Use this skill when choosing what tests to add, update, or trust for a feature, fix, refactor, or AI-generated code change.
References
- Source synthesis: BettaTech, "¿Estamos haciendo MAL los tests de software?".
- Complementary strict review lens: thermo-nuclear-code-quality-review, especially for spotting test suites that preserve incidental complexity, over-mock brittle internals, or bless spaghetti growth.
Native Integration
Use the active agent's native terminal, test runner, browser, debugger, coverage, container, and CI tooling for the mechanics. This skill owns the testing decisions: what uncertainty matters, which behavioral contract should be locked down, and which test level gives the strongest useful signal with acceptable maintenance cost.