code-review
Review code for quality, security vulnerabilities, and best practices compliance
$ 安裝
git clone https://github.com/tatat/agents-playground /tmp/agents-playground && cp -r /tmp/agents-playground/skills/code-review ~/.claude/skills/agents-playground// tip: Run this command in your terminal to install the skill
SKILL.md
name: code-review description: Review code for quality, security vulnerabilities, and best practices compliance
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
