| name | qcheckf |
| description | Function-specific code review. Use when user types 'qcheckf' OR when specific functions/components need detailed review. Performs skeptical review of React components, hooks, event handlers, and TypeScript typing. |
QCHECKF - Function/Component Review
Purpose
This skill activates when the user types "qcheckf" to perform a detailed review of specific functions or components.
Instructions
When this skill is invoked, perform a skeptical review of the targeted function/component:
1. React Component Review
2. Custom Hook Review
3. TypeScript Function Typing
4. Event Handler Patterns
5. State Management
6. CSS Class Naming
Output Format
## Function/Component Review
### Target: [function/component name]
### Rating: X/10
### Issues Found
1. [Issue with line reference and fix suggestion]
### Improvements
1. [Suggestion with rationale]