codex-review

Run Codex CLI peer reviews on GitHub PRs and generate Markdown reports.

Updated Aug 6, 2025
One-click install
npx skills add https://github.com/fabiano001/claude-config --skill codex-review-fabiano001
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex-review
Source: https://github.com/fabiano001/claude-config/tree/main/skills/codex-review
Command: npx skills add https://github.com/fabiano001/claude-config --skill codex-review-fabiano001

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Codex review automation for GitHub PRs that identifies actionable findings and classifies them for fixes.

Core Features & Use Cases

  • Peer review against the current branch via a PR URL
  • Classifies findings as "Real issue" or "Not a real issue" and supports an autonomous fix mode
  • Generates a structured Markdown report saved to dynamic-app/pr-reviews/ for traceability and audits
  • Integrates with a workflow that can run in interactive or autonomous modes

Quick Start

Provide a GitHub PR URL to start a Codex peer review on the target branch.

Frequently Asked Questions about codex-review

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

FAQPage Schema
How do I automate code review on a GitHub PR?

To automate GitHub PR code review, provide a PR URL to dispatch a Codex CLI peer review that identifies actionable findings on the target branch. The Skill parses PR metadata and generates a structured report for traceability.

Can Codex peer review classify findings as real issues?

Yes, Codex peer review classifies findings as either a "Real issue" or "Not a real issue" to help filter actionable code review results. This classification supports an optional autonomous fix mode for identified problems.

How do I generate a structured code review report for audits?

Generating a structured Markdown code review report requires running the Codex peer review against a GitHub PR. The report is automatically saved to the dynamic-app/pr-reviews/ directory for later traceability and audits.

Does Codex peer review support autonomous fix mode for PRs?

Yes, Codex peer review supports an optional autonomous fix mode for GitHub PRs alongside interactive workflows. This mode applies fixes to actionable findings classified as real issues during the code review process.