This is a specialized test auditor that scores every test in your suite by multiplying business impact (1-5) with failure probability (1-5), then issues a verdict: KEEP, DELETE, MERGE, or REWRITE. It's designed for teams drowning in slow test suites who need data-driven guidance on what to cut. The scoring rubric is opinionated but sensible, a payment calculation test gets 5x4=20 (keep it), while an email regex validator might score 2x2=4 (delete it). It generates a compliance report and respects context like regression guards, so a low-scoring test that once caught a production bug still gets kept. Best used when you're ready to actually prune tests, not just think about it.
npx skills add https://github.com/levnikolaevich/claude-code-skills --skill ln-633-test-value-auditor