code-reviewer

Analyze code changes for bugs, security vulnerabilities, and performance issues.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/goffity/dev-km --skill code-reviewer-goffity
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/goffity/dev-km/tree/main/skills/code-reviewer
Command: npx skills add https://github.com/goffity/dev-km --skill code-reviewer-goffity

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of reviewing code changes, identifying potential bugs, security vulnerabilities, and performance issues before they are committed or pushed.

Core Features & Use Cases

  • Bug Detection: Identifies logic errors and potential bugs in code.
  • Security Analysis: Scans for common security vulnerabilities.
  • Performance Optimization: Flags performance bottlenecks.
  • Code Style Enforcement: Checks adherence to best practices and coding standards.
  • Use Case: Integrate this skill into your pre-commit hook to automatically catch critical issues, ensuring higher code quality and reducing the burden on manual code reviews.

Quick Start

Run the code-reviewer skill to analyze the changes in the current git branch.

Frequently Asked Questions about code-reviewer

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

FAQPage Schema
How do I automatically check code changes for security vulnerabilities and bugs?

Automated code review checks code changes for security vulnerabilities and bugs by analyzing each changed file. It identifies logic errors and security risks, categorizing issues by severity to provide a structured report with suggested fixes.

Can I run a code review on my current git branch to find performance issues?

Yes, you can run a code review on your current git branch to find performance issues. The review analyzes changed files to flag performance bottlenecks and suggests fixes before code is committed or pushed.

What is the best way to enforce code quality standards in a pre-commit hook?

The best way to enforce code quality standards in a pre-commit hook is using automated code review. It scans changes for bugs, security vulnerabilities, and adherence to best practices, reducing the burden on manual reviews.

Does automated code review detect code duplication and logic errors?

Yes, automated code review detects code duplication and logic errors. It analyzes each changed file to identify potential bugs, security risks, and performance problems while enforcing coding standards.

How are identified code issues categorized during the review process?

Identified code issues are categorized by severity during the review process. The system classifies problems as Critical, Warning, or Info, delivering a structured report that includes suggested fixes for each issue.