code-review

Automate code reviews for security, performance, and maintainability issues.

Updated Aug 16, 2018
One-click install
npx skills add https://github.com/Cain96/dotfiles --skill code-review-cain96
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/Cain96/dotfiles/tree/main/dot_config/claude/skills/code-review
Command: npx skills add https://github.com/Cain96/dotfiles --skill code-review-cain96

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manual code reviews are time-consuming and error-prone. This Skill automates analysis across security, performance, maintainability, and test coverage.

Core Features & Use Cases

  • Security Analysis: Identify authentication/authorization gaps, insecure dependencies, and data exposure risks.
  • Performance Analysis: Detect inefficiencies, N+1 queries, and rendering bottlenecks.
  • Maintainability Analysis: Flag high complexity, duplication, and missing documentation.
  • Test Coverage Analysis: Assess overall coverage and critical-path testing.
  • PR Guidelines & Reporting: Provide actionable feedback and documentation-ready summaries.

Quick Start

Analyze the codebase at path ./my-project and generate a findings report.

Frequently Asked Questions about code-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate security checks for authentication and SQL injection vulnerabilities in my codebase?

Automated code review identifies authentication gaps, SQL injection risks, and insecure dependencies across your codebase, flagging issues with severity tags and concrete code examples for immediate remediation.

Can I detect performance bottlenecks and N+1 queries automatically during code review?

Performance analysis scans for rendering bottlenecks, N+1 queries, and efficiency gaps, surfacing specific problem areas with actionable feedback suitable for CI integration.

What's the best way to identify maintainability issues like high complexity and code duplication?

Maintainability checks flag high complexity, duplication, and missing documentation across your codebase, delivering per-category results with reproducible, machine-readable reports.

How do I assess test coverage gaps in critical code paths?

Test coverage analysis evaluates overall coverage levels and identifies gaps in critical-path testing, providing documentation-ready summaries for improvement planning.

Can automated code review integrate with my CI pipeline?

The Skill generates machine-readable reports with severity tagging and concrete code examples designed for direct CI integration, enabling automated quality gates during pull requests.