| name | qcheckt |
| description | Test-specific code review. Use when user types 'qcheckt' OR when test implementations need review. Performs skeptical review of Jest + React Testing Library test implementations. |
QCHECKT - Test Review
Purpose
This skill activates when the user types "qcheckt" to perform a detailed review of test implementations.
Instructions
When this skill is invoked, review test files as a skeptical senior engineer:
1. Test Structure
2. React Testing Library Patterns
3. Assertion Quality
4. Async Testing
5. Component Isolation
6. Snapshot Testing
7. Anti-Patterns to Flag
Output Format
## Test Review Report
### Files Reviewed: [list]
### Rating: X/10
### Issues
1. [Issue with fix suggestion]
### Missing Coverage
1. [Untested scenario that should be covered]
### Good Patterns
1. [What was done well]