Automates PR reviews across four categories: security (SQL injection, XSS, hardcoded secrets), performance (N+1 queries, memory leaks, missing caches), code quality (duplication, naming, SRP violations), and test coverage. Flags findings at critical, suggestion, and nit levels with explanations and suggested fixes. Includes a standardized checklist covering secrets, input validation, error handling, types, tests, performance, readability, and breaking changes. Best used as a first pass review to catch common issues before human review, though like any automated tool, you'll want to validate its suggestions rather than apply them blindly. The categorized output makes it easy to triage what matters most for your codebase.
npx skills add https://github.com/skillcreatorai/ai-agent-skills --skill code-review