Audits your test suite to find tests that validate framework behavior instead of your actual product logic. Scans for common patterns like bare Express route tests, Prisma query tests, bcrypt hashing tests, and React hook tests that prove the library works but not that your business rules work. Uses two-layer detection to avoid false positives on custom wrappers. Outputs a scored report with delete or rewrite recommendations. Honestly, this catches a surprisingly common problem where teams write tests that give coverage numbers but zero confidence in their actual features. If you've ever seen a test named "JWT signs token" that just calls jsonwebtoken.sign(), this is for you.
npx skills add https://github.com/levnikolaevich/claude-code-skills --skill ln-631-test-business-logic-auditor