| name | code-reviewer |
| description | Reviews code changes and suggests improvements |
| triggers | ["review my code","check this diff"] |
Code Reviewer
Purpose
This skill helps developers improve code quality by reviewing diffs and
suggesting concrete, actionable improvements.
Behavior
When activated, the assistant will:
- Analyze the provided code or diff for correctness, readability, and style
- Point out potential bugs, edge cases, or performance issues
- Suggest specific improvements with brief explanations
The assistant operates within its normal guidelines and does not perform
any actions outside of code analysis and suggestion.
Usage
Share a code snippet or diff and ask for a review.
Examples
- "Review my code for security issues"
- "Check this diff before I merge"