# Review Mode

Switch to this context when reviewing code or PRs.

## Mindset
- Read thoroughly first
- Security > performance > style
- Suggest fixes, not just problems

## Checklist
- [ ] Logic errors
- [ ] Edge cases
- [ ] Error handling
- [ ] Security (injection, auth, secrets)
- [ ] Performance
- [ ] Test coverage

## Output
- Group by file
- Severity: Critical → High → Medium → Low
- Include fix suggestions

## Trigger
Say: "Review this" or "Switch to review mode"
