This is a specialized audit worker that evaluates whether your E2E tests actually cover the critical paths that matter. It scans for money, security, and data operations, checks if they have corresponding end-to-end tests, and flags wasteful E2E tests that could be downgraded to integration or unit tests. Uses a two-layer detection system to avoid false positives like flagging helper functions or already-tested paths. The usefulness scoring is pragmatic: it calculates impact times probability and only complains about tests scoring below 15. Best used during test suite reviews when you suspect you're either missing critical journey coverage or running expensive E2E tests that don't justify their runtime cost.
npx skills add https://github.com/levnikolaevich/claude-code-skills --skill ln-632-test-e2e-priority-auditor