review-code

Identify and report code-quality issues across PRs, diffs, and patches.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/KYRIE66nb/codex-omx-public-config --skill review-code-kyrie66nb
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: review-code
Source: https://github.com/KYRIE66nb/codex-omx-public-config/tree/main/home/.codex/skills/review-code
Command: npx skills add https://github.com/KYRIE66nb/codex-omx-public-config --skill review-code-kyrie66nb

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reviews of code changes (PRs, diffs, patches) are error-prone and time-consuming; this skill standardizes evaluation and surfaces actionable fixes.

Core Features & Use Cases

  • Structured evaluation: defines scope, evidence gathering, risk assessment, and prioritized findings.
  • Quality guardrails: checks correctness, security, performance, and maintainability across languages.
  • Use Case: quickly identify critical issues in a CI workflow and generate repair guidance for maintainers.

Quick Start

Provide a concise code-review prompt to generate findings and fix recommendations.

Frequently Asked Questions about review-code

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

FAQPage Schema
What is a structured code review process for GitHub PRs?▼

A structured code review defines scope, gathers evidence, assesses risks, and prioritizes findings across correctness, security, performance, and maintainability. It standardizes evaluation for GitHub PRs, diffs, and patches to surface actionable remediation guidance instead of inconsistent manual checks.

How do I check a PR diff for security and maintainability issues?▼

To check a PR diff for security and maintainability issues, apply five-dimensional quality guardrails across the code changes. This evaluates correctness, security, performance, and maintainability across multiple languages, outputting prioritized findings with actionable repair guidance for maintainers.

Can I use static analysis to generate repair guidance for a patch set?▼

Yes, you can use static analysis on a patch set to identify code-quality issues and generate repair guidance. By enforcing structured checks on diffs and patches, the analysis outputs prioritized findings that help maintainers quickly apply actionable fixes in a CI workflow.

Does this code review approach work across multiple programming languages?▼

Yes, this code review approach works across multiple programming languages and repositories. It applies five-dimensional checks focusing on correctness, security, performance, and maintainability to standardize evaluation and surface actionable fixes regardless of the specific language used in the PR.

What is the best way to identify critical issues in a CI workflow from a code diff?▼

The best way to identify critical issues in a CI workflow from a code diff is to enforce structured five-dimensional checks. This process prioritizes findings by risk and generates actionable remediation guidance, ensuring maintainers can quickly resolve correctness and security vulnerabilities.

When should I not use automated code review for my PR?▼

You should not use automated code review for your PR when a concise prompt cannot provide enough context for the changes. While it standardizes evaluation across correctness, security, performance, and maintainability, complex architectural shifts may require manual human assessment beyond automated diff analysis.