test-review
Installation
SKILL.md
Test Review
Review tests for a feature to catch coverage gaps and quality issues before PR.
Instructions
- Identify the feature being tested (from user or recent git changes)
- Find related source files: validations, tRPC routers, components, pages
- Find related test files: vitest and playwright
- Check coverage gaps - what's missing?
- Check test quality - are assertions meaningful?
- Check for common mistakes
- Report findings with file:line references