| name | code-review |
| description | Review code quality and suggest improvements for pull requests |
| scope | testing |
| version | 0.1.0 |
| author | skillpack-examples |
| tags | ["code-review","quality","best-practices"] |
Code Review Skill
Use this skill to review code changes in pull requests.
How It Works
- Read the diff or changed files
- Check for common issues:
- Security vulnerabilities
- Performance problems
- Style consistency
- Error handling gaps
- Provide specific, actionable feedback
Example Review
For each issue found:
- Describe what the problem is
- Explain why it matters
- Suggest a fix with code