Our review
This skill performs thorough code reviews, focusing on code quality, potential bugs, security issues, and best practices.
Strengths
- Systematic analysis with severity classification
- Detects bugs, security flaws, and best practice violations
- Concrete suggestions with code examples and line numbers
Limitations
- Requires read access to source files
- May lack business or architectural context
- Does not replace expert human review
Use this skill when you need a quick, structured code review for a project or specific file.
Do not use it for high-level architectural decisions or full functional validation.
Security analysis
SafeThe skill only uses read-only tools (Read, Grep, Glob) and instructs AI to analyze code, with no destructive commands, network access, or code execution. It does not obfuscate or exfiltrate data.
No concerns found
Examples
Review the code in src/app.js for bugs, security issues, and best practices.Analyze the authentication logic in this project for common security vulnerabilities.Review the code in this pull request and suggest improvements for readability and maintainability.name: Code Reviewer description: Performs thorough code review focusing on code quality, potential bugs, security issues, and best practices. Use this when the user asks to review code, check for issues, or perform code analysis. allowed-tools: Read, Grep, Glob
Code Reviewer Skill
This skill helps you perform comprehensive code reviews.
What to Check
-
Code Quality
- Code readability and maintainability
- Proper naming conventions
- Code organization and structure
- DRY (Don't Repeat Yourself) principle
-
Potential Bugs
- Logic errors
- Edge cases handling
- Null/undefined checks
- Off-by-one errors
-
Security Issues
- Input validation
- SQL injection vulnerabilities
- XSS vulnerabilities
- Authentication/authorization issues
- Sensitive data exposure
-
Best Practices
- Error handling
- Resource management
- Performance considerations
- Documentation and comments
Review Process
- Read the code files specified by the user
- Analyze the code systematically
- Provide specific feedback with line numbers
- Suggest improvements with code examples
- Prioritize issues by severity (Critical, High, Medium, Low)
Output Format
Provide feedback in this structure:
- Summary: Brief overview of the code
- Issues Found: List issues by severity
- Recommendations: Specific actionable suggestions
- Good Practices: Highlight what's done well
Next.js App Router Expert
Development
A skill that turns Claude into a Next.js App Router expert.
README Generator
Development
Creates professional and comprehensive README.md files for your projects.
API Documentation Writer
Development
Generates comprehensive API documentation in OpenAPI/Swagger format.