Toolkit for performing structured code reviews. Covers identifying bugs, security issues, performance problems, and style violations. Use when asked to review code changes, pull requests, or individual files.
67
81%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
Perform structured code reviews that identify bugs, security issues, performance problems, and style violations in source code.
Review request → Is it a full PR / diff?
├─ Yes → Read the diff, then review file-by-file
│ ├─ Security issues → Flag as critical
│ ├─ Bugs / logic errors → Flag as high
│ └─ Style / naming → Flag as suggestion
│
└─ No (single file) → Read the file in context
├─ Check imports and dependencies
├─ Verify error handling
└─ Look for common anti-patterns7faeb3b
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.