tests-unit-quality
Installation
SKILL.md
Tests Unit Quality
Goal
Write tests that provide confidence without becoming a maintenance burden.
For concrete good/bad patterns, see EXAMPLES.md.
Good unit tests are:
- automated and repeatable
- fast enough for frequent local runs
- isolated from other tests and external state
- focused on one observable end result
- readable by someone who did not write them
- resilient to internal refactors that preserve behavior