Our review
Reviews code for best practices, potential bugs, security issues, and suggests improvements for readability and test coverage.
Strengths
- Thorough analysis of code organization and structure
- Identifies bugs, edge cases, and security vulnerabilities
- Suggests concrete improvements for readability and maintainability
- Evaluates and recommends enhancements for test coverage
Limitations
- May not catch all bugs, especially those dependent on runtime behavior
- Relies on the provided files and context quality
- Cannot replace a domain-expert human review
When reviewing pull requests, analyzing existing code quality, or before a production deployment.
For quick feedback or when the code is not in a readable format (e.g., binaries).
Security analysis
SafeThe skill only uses read-only tools (Read, Grep, Glob) to inspect code, with no ability to execute, modify, or transmit data. There is no risk of destructive actions or exfiltration.
No concerns found
Examples
Please review the code in src/app.py for best practices, potential bugs, security issues, and suggest improvements for readability and test coverage.Review the changes in the current pull request. Focus on code organization, potential edge cases, security, and test coverage improvements.name: code-reviewer description: Review code for best practices and potential issues. Use when reviewing code, checking PRs, or analyzing code quality. allowed-tools: Read, Grep, Glob
Review checklist
- Analyze the code organization and structure
- Check for potential bugs or edge cases and security issues
- Suggest improvements for readability and maintanability
- Evaluate and suggest improvements for test coverage
Instructions
- Read the target files using Read tool
- Search for patterns using Grep
- Find related files using Glob
- Provide detailed feedback on code quality
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.