Skip to content
All Skills

Code Review Assistant

Reviews code for bugs, security issues, and best practices. Prerequisites: git.

Code Generation|v1|Updated 5/18/2026
MCP get_skill({ skillId: "code-review-assistant-6afe1574" })

Use this skill with your agent

Create a free account and connect via MCP

Get Started Free
# Code Review Assistant

## Description
Perform a thorough code review focusing on correctness, security, and maintainability.

## Checklist
- [ ] Logic errors and edge cases
- [ ] Security vulnerabilities (injection, XSS, auth issues)
- [ ] Error handling completeness
- [ ] Performance concerns
- [ ] Code style and naming conventions
- [ ] Test coverage gaps

## Output Format
For each finding:
- **Severity**: Critical / Warning / Suggestion
- **Location**: file:line
- **Issue**: Description
- **Fix**: Recommended change
#review#quality#securitygit