Agent skill
code-review
Review code for quality, security vulnerabilities, and best practices compliance
Install this agent skill to your Project
npx add-skill https://github.com/tatat/agents-playground/tree/main/skills/code-review
SKILL.md
Code Review
Review code for quality, security issues, and best practices.
Capabilities
- Identify bugs and potential issues
- Check for security vulnerabilities (OWASP top 10)
- Suggest performance improvements
- Verify coding standards compliance
Checklist
- Error handling - proper try/catch, edge cases
- Security - input validation, injection prevention
- Performance - unnecessary loops, memory leaks
- Readability - naming, comments, structure
Output Format
Returns structured feedback with:
- severity: critical | warning | info
- location: file:line
- message: description of the issue
- suggestion: how to fix
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
research-assistant
Conduct research, synthesize information, and create structured summaries
presentation-builder
Structure compelling presentations with clear narratives and visual suggestions
sql-query
Generate and optimize SQL queries for data retrieval and analysis
language-tutor
Teach languages with lessons, practice exercises, and conversation practice
fitness-coach
Create personalized workout plans and provide exercise guidance
api-integration
Connect to REST APIs, handle authentication, and process JSON responses
Didn't find tool you were looking for?