# code-review > Review code for quality, security vulnerabilities, and best practices compliance - Author: ta - Repository: tatat/agents-playground - Version: 20260106021306 - Stars: 1 - Forks: 0 - Last Updated: 2026-02-07 - Source: https://github.com/tatat/agents-playground - Web: https://mule.run/skillshub/@@tatat/agents-playground~code-review:20260106021306 --- --- 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 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