test-quality-audit

Installation
SKILL.md

Test Quality Audit

Judge tests by signal, not volume.

The core question is: What realistic bug or regression would this catch?

If the answer is vague, trivial, controlled by the test, or unrelated to user/caller/system behavior, the test is weak.

Goal

Identify which tests protect meaningful behavior and which mostly prove mocks, fixtures, snapshots, implementation details, or coverage.

Do not ask for more tests by default. Prefer a smaller suite that fails for the right reasons.

Success Criteria

  • Each judgment is tied to realistic bug-finding value.
  • Meaningful behavior currently protected by the tests is identified.
  • Weak, redundant, tautological, brittle, or overfit tests are named concretely.
Related skills

More from marcellocurto/skills

Installs
7
GitHub Stars
2
First Seen
11 days ago