Code Review Skill
Installation
SKILL.md
Code Review Skill
Systematic review for quality and learning.
Review Priority
- Correctness
- Security
- Maintainability
- Performance
- Style
3-Pass Review
| Pass | Focus | Time |
|---|---|---|
| 1 | Big picture, approach | 2 min |
| 2 | Logic, edge cases, errors | 10 min |
| 3 | Naming, style | 5 min |
Comment Prefixes
| Prefix | Meaning |
|---|---|
[blocking] |
Must fix |
[suggestion] |
Optional |
[question] |
Clarification |
[nit] |
Minor |
Feedback Rules
- Be specific (not "this is confusing")
- Explain why
- Suggest, don't demand
- Praise good work
Review Checklist
Security: No secrets, input validation, auth checks Logic: Edge cases, null handling, error paths Quality: Tests, docs, no debug code Style: Clear names, no duplication
Anti-Patterns
| Bad | Good |
|---|---|
| Rubber-stamp | Actually read |
| Bikeshed | Focus on substance |
| Block on style | Use linters |
| Week-long delay | < 24 hours |
Synapses
See synapses.json for connections.
Related skills
More from fabioc-aloha/windowswidget
prompt engineering skill
Craft effective prompts that get the best results from language models.
3text-to-speech
Alex's voice synthesis capability for reading documents aloud
1socratic questioning skill
Help users discover answers, don't just deliver them.
1academic research skill
Patterns for thesis writing, dissertations, research papers, literature reviews, and scholarly work.
1work-life balance skill
Detect burnout signals and proactively support sustainable productivity.
1grant writing skill
Translate research vision into funded reality.
1