Knowledge skill providing systematic code review methodology across five dimensions: correctness, security, performance, maintainability, and style. Loaded as background context. Paired with the 'review' action skill. Trigger phrases: "review my code", "code review", "check code quality", "find bugs", "review these changes".
A systematic code review skill that examines code across five critical dimensions to identify issues, security vulnerabilities, performance problems, and maintainability concerns.
Before reviewing code, establish the context:
Verify that the code logic is sound and handles all cases:
Examine the code for security vulnerabilities and unsafe patterns:
Evaluate the code for efficiency and resource usage:
Assess code clarity, organization, and long-term sustainability:
Present findings in a structured format:
[SEVERITY] file:line — Issue description
Suggestion: How to fix this issue
Severity Levels:
After completing the review, provide a summary:
Review Summary:
- Critical issues: N
- Warnings: N
- Info items: N
- Total issues: N