code-reviewer

Review code for bugs, security vulnerabilities, and performance issues.

146|20|Updated Oct 26, 2025
One-click install
npx skills add https://github.com/maxvaega/skillkit --skill code-reviewer-maxvaega
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/maxvaega/skillkit/tree/main/examples/skills/code-reviewer
Command: npx skills add https://github.com/maxvaega/skillkit --skill code-reviewer-maxvaega

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill acts as an experienced code reviewer, helping identify best practices, potential bugs, security issues, and performance improvements.

Core Features & Use Cases

  • Best Practices: Enforce language-specific conventions and readability.
  • Bug Detection: Identify edge cases, logic errors, and exception handling gaps.
  • Security & Performance: Flag common vulnerabilities and inefficient patterns.

Quick Start

Review the provided code snippet for potential improvements and security considerations.

Frequently Asked Questions about code-reviewer

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

FAQPage Schema
How do I review code for security vulnerabilities and performance issues?

Code review identifies security vulnerabilities like SQL injection and XSS, performance bottlenecks, and logic errors across languages. This Skill analyzes submissions and pull requests to flag these issues with actionable recommendations for improvement.

Can I use code review to catch bugs and edge cases before deployment?

Yes. Code review detects edge cases, exception handling gaps, and logic errors across repositories and teams. It surfaces potential bugs early in pull requests and audits, reducing defects in production.

What language-specific conventions does code review enforce?

Code review enforces language-specific best practices and readability conventions tailored to your codebase. It applies consistent standards across teams and repositories while addressing framework-specific patterns.

How do I get actionable feedback on code quality without manual review overhead?

This Skill delivers readable, actionable recommendations covering best practices, bugs, security, and performance in a single pass. It reduces manual review time by systematically analyzing new submissions and pull requests.

Does code review work across multiple repositories and teams?

Yes. Code review applies uniformly across repositories, teams, and languages. It maintains consistent quality standards whether reviewing new submissions, pull requests, or full code audits.

What are the limitations of automated code review compared to human review?

Automated review catches common vulnerabilities, inefficient patterns, and convention violations reliably. Human review remains valuable for architectural decisions, design trade-offs, and domain-specific context beyond pattern detection.