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

Framework Policy

Installs
2
First Seen
Apr 26, 2026
tests-unit-quality — klovaaxel/agent-testing-skills