| name | code-review |
| description | Structured workflow for conducting thorough code reviews. Use when the user asks to review code, a PR, or specific files. |
Skill: Code Review Workflow
Trigger
When the user asks to review code, a PR, or specific files.
Steps
Step 1: Understand Context
Step 2: High-Level Review
Step 3: Security Review
Step 4: Code Quality Review
Step 5: Testing Review
Step 6: Performance Review
Step 7: Provide Feedback
Use this format:
- 🔴 Critical: Must fix before merge
- 🟡 Suggestion: Should improve
- 🟢 Nitpick: Optional improvement
- 👍 Positive: Things done well
Completion
Review is complete with actionable feedback categorized by priority.