| name | qcheck |
| description | Comprehensive code review for major changes. Use when user types 'qcheck' OR when major code changes need review. Performs skeptical senior engineer review of React/TypeScript code for component quality, type safety, styling, accessibility, and test coverage. |
QCHECK - Comprehensive Code Review
Purpose
This skill activates when the user types "qcheck" to perform a comprehensive, skeptical review of all major code changes.
Instructions
When this skill is invoked, review ALL changed files as a skeptical senior frontend engineer:
1. Component Quality
2. TypeScript Compliance
3. CSS & Styling Quality
4. Accessibility
5. Performance
6. Test Quality
7. General
Output Format
## Code Review Report
### Overall: X/10
### Critical Issues
[Must fix before merge]
### Recommendations
[Should fix, but not blocking]
### Positive Notes
[What was done well]