Skill: Code Review
Review code changes for quality, bugs, and best practices.
Steps
- •Get the list of changed files (from git diff or user input).
- •Review each file for:
- •Logic errors
- •Security vulnerabilities
- •Code style consistency
- •Test coverage
- •Documentation
- •Provide constructive feedback.
- •Do NOT modify files without user approval.
Output format
- •Summary of files reviewed
- •Issues found (categorized by severity)
- •Suggestions for improvement