code-review

Analyze code changes for quality, security, and maintainability issues.

2|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/chanhee-kang/oh-my-gemini --skill code-review-chanhee-kang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/chanhee-kang/oh-my-gemini/tree/main/skills/code-review
Command: npx skills add https://github.com/chanhee-kang/oh-my-gemini --skill code-review-chanhee-kang

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill streamlines code reviews by providing thorough, automated analysis of changes for quality, security, and maintainability, saving teams time and reducing human error.

Core Features & Use Cases

  • Severity-based feedback covering CRITICAL, HIGH, MEDIUM, and LOW issues.
  • File-level reporting with line references, issue descriptions, and concrete remediation suggestions.
  • CI-friendly integration with pull requests and feature branches to catch issues before merges.

Quick Start

To use this skill, invoke it on a PR or diff and review the generated report. It will identify security vulnerabilities, code smells, performance concerns, and maintainability issues, plus recommended fixes.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate code reviews for pull requests?

Automating code reviews involves exhaustively analyzing git diffs for quality, security, and maintainability issues. This skill processes pull requests and feature branches to output a structured report with file paths, line numbers, severity levels, and concrete remediation suggestions.

What is severity-based feedback in automated code analysis?

Severity-based feedback categorizes detected code issues into CRITICAL, HIGH, MEDIUM, and LOW levels. This classification helps prioritize security vulnerabilities, code smells, and performance concerns so teams can address the most impactful problems before merging.

Does this code review skill work with CI workflows?

Yes, the skill provides CI-friendly integration for pull requests and feature branches. It catches security vulnerabilities and maintainability issues before merges by generating file-level reports with line references and concrete remediation suggestions.

Can I analyze large merges and feature branches for security vulnerabilities?

Yes, you can analyze large merges and feature branches for security vulnerabilities. The skill handles changes ranging from small fixes to large merges, identifying maintainability issues and outputting a structured report with concrete remediation suggestions.

How do I get concrete remediation suggestions for code smells?

Generate concrete remediation suggestions by invoking the skill on a pull request or diff. It identifies code smells and maintainability issues, then outputs a structured report with file paths, line numbers, severity, and recommended fixes.