All skills
Skillintermediate
review 2
Perform an automated code review with categorized findings and severity ratings.
Claude Code Knowledge Pack7/10/2026
Overview
Perform an automated code review with categorized findings and severity ratings.
Steps
- Identify the scope of the review:
- Review for correctness:
- Review for security:
- Review for maintainability:
- Review for performance:
- Assign severity to each finding:
Format
Review: <scope>
Findings: <total count>
[CRITICAL] <file>:<line> - <issue>
[WARNING] <file>:<line> - <issue>
Rules
- Read the full file context, not just the diff.
- Be specific: reference exact lines and suggest concrete fixes.
- Balance criticism with acknowledgment of good patterns.