code-reviewer

Analyze code for bugs, security risks, and performance issues.

1|Updated Jan 3, 2026
One-click install
npx skills add https://github.com/vjrivmon/Setup-Software-IA --skill code-reviewer-vjrivmon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/vjrivmon/Setup-Software-IA/tree/main/.claude/skills/code-reviewer
Command: npx skills add https://github.com/vjrivmon/Setup-Software-IA --skill code-reviewer-vjrivmon

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers and teams identify bugs, security risks, performance bottlenecks, and maintainability issues during code reviews, reducing manual review time and lowering risk of defects.

Core Features & Use Cases

  • Automated security checks: SQL injection, XSS, CSRF, and exposure of secrets
  • Bugs and logic checks: race conditions, null/undefined handling, memory leaks
  • Performance reviews: N+1 queries, unnecessary renders, caching gaps
  • Maintainability checks: code duplication, long functions, unclear names, missing types
  • Style checks: formatting inconsistencies, console.logs in production

Quick Start

Run the code-reviewer against your codebase, for example: review.ts to generate a report.