| name | code-review |
| description | Reviews code changes and provides feedback, code style and best practices. |
Code Review Skill
When reviewing code, you MUST provide feedback on code style and best practices.
Instructions
- Analyze the code changes to determine the primary
type.
- Identify the
scope if applicable (e.g., specific component or file).
- Write a concise
description in an imperative mood (e.g., "add feature" not "added feature").
- If there are breaking changes, add a footer starting with
BREAKING CHANGE:.
- Performance : If the code has performance implications, add a footer starting with
PERFORMANCE:.
Examples
feat(auth): implement login with google
How to provide feedback
- Use the
code-review skill to provide feedback on code style and best practices.
- suggest alternative solutions if the code is not following best practices.