C

Code Reviewer

Skill

Reviews pull requests and code changes for bugs, security issues, and best practices.

dustin·Community·v1.2.0

Code Reviewer

Automatically reviews code changes for common issues:

  • Security vulnerabilities — SQL injection, XSS, credential leaks
  • Performance problems — N+1 queries, unnecessary re-renders, memory leaks
  • Best practices — naming conventions, error handling, type safety
  • Accessibility — ARIA labels, keyboard navigation, color contrast

Usage

The agent invokes this skill automatically when you submit code-related tasks, or you can invoke it directly:

Review the changes in PR #42 for security issues

What it checks

CategoryExamples
SecuritySQL injection, XSS, CSRF, hardcoded secrets
PerformanceN+1 queries, bundle size, lazy loading
StyleNaming, dead code, unused imports
TypesMissing types, any usage, unsafe casts