code-review
Installation
SKILL.md
Code Review
Invocation Notice
- Inform the user when this skill is being invoked by name:
code-review.
Overview
Structured, actionable code review focused on correctness, bugs, style, and maintainability. Act as a senior engineer: thorough, pragmatic, impact-first.
Constraints
- Do NOT modify code unless explicitly asked.
- Do NOT guess missing code or behavior; ask for missing context.
- Do NOT suggest adding suppressions (e.g.,
#pragma warning disable). - Stay focused on review quality; avoid unrelated commentary.
- Work strictly from the provided diff or code context.
Related skills