| name | prune_tests |
|---|---|
| description | Review the tests added on the current feature branch and cut the low-value ones, weighing each test's protection against its maintenance cost. Use when the user asks to "cut tests", "prune tests", "review the tests", "are these tests worth keeping", "trim the test suite", or wants to reduce test maintenance before opening/merging a PR. Applies the project's CLAUDE.md testing guidance. |
Every test has a carrying cost: it runs on every CI pass and must be maintained when the code changes. Keep a test only when the protection it gives outweighs that cost. This skill reviews the tests this branch added and recommends which to cut.