code-review

Review codebase diffs for security, quality, and maintainability issues.

3|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/Tienching/oh-my-codebuddy --skill code-review-tienching
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/Tienching/oh-my-codebuddy/tree/main/.codex/skills/code-review
Command: npx skills add https://github.com/Tienching/oh-my-codebuddy --skill code-review-tienching

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code reviews often miss subtle issues or fail to provide actionable guidance. This skill enforces a thorough, structured review process that highlights security, quality, performance, and maintainability concerns and delivers concrete recommendations.

Core Features & Use Cases

  • Identify Changes: Run git diff to discover changed files and scope the review.
  • Review Categories: Security, Code Quality, Performance, Best Practices, Maintainability.
  • Severity Rating: CRITICAL, HIGH, MEDIUM, LOW with explicit recommendations.
  • Specific Recommendations: Provide file:line locations, concrete fixes, and rationale for each issue.
  • Agent Delegation: Delegates to the code-reviewer (THOROUGH) agent for in-depth analysis.

Quick Start

Run the code-review task on the current changes to generate a structured report.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I review a pull request for security risks and maintainability issues?

A code review for security and maintainability analyzes the git diff of a pull request to identify vulnerabilities and quality concerns. It generates a structured report with file:line locations, severity counts, and concrete fixes for each issue found.

What is the best way to get actionable code review feedback on a git diff?

Actionable code review feedback on a git diff categorizes issues across security, performance, and style considerations. It yields specific recommendations with rationale, file:line locations, and a clear approval recommendation for the proposed changes.

How do I identify code quality issues across multiple changed files?

Identifying code quality issues across multiple changed files requires analyzing the entire codebase diff for maintainability concerns and best practices. The review outputs severity ratings from CRITICAL to LOW with explicit recommendations and guidance for next steps.

Does code review automation work with multi-file pull requests?

Code review automation works with multi-file pull requests by applying analysis to changes across all files in the diff. It evaluates security, performance, and style considerations to deliver a structured report with concrete fixes and an approval recommendation.

Can I get a severity rating and approval recommendation from a code review?

You can get a severity rating and approval recommendation from a code review that evaluates the codebase diff. The review assigns severity levels from CRITICAL to LOW, provides explicit recommendations, and includes a clear approval decision with guidance for next steps.