Agent skill

code-review

Review code for quality, security vulnerabilities, and best practices compliance

Stars 4
Forks 0

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

  1. Error handling - proper try/catch, edge cases
  2. Security - input validation, injection prevention
  3. Performance - unnecessary loops, memory leaks
  4. 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

Didn't find tool you were looking for?

Be as detailed as possible for better results