codex-pr-review

Automates pull request review using Codex CLI to identify code quality issues.

69|23|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/lploc94/codex_skill --skill codex-pr-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex-pr-review
Source: https://github.com/lploc94/codex_skill/tree/main/skill-packs/codex-review/skills/codex-pr-review
Command: npx skills add https://github.com/lploc94/codex_skill --skill codex-pr-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the review of Pull Requests by leveraging the Codex CLI to analyze code changes, commit history, and PR descriptions, ensuring quality and adherence to standards before merging.

Core Features & Use Cases

  • Comprehensive Review: Analyzes code for bugs, security vulnerabilities, performance issues, and maintainability.
  • PR-Level Checks: Evaluates commit hygiene, PR description clarity, and scope appropriateness.
  • Iterative Debate: Facilitates a back-and-forth between the user and Codex to resolve issues or reach consensus.
  • Use Case: Before merging a critical feature branch, use this skill to get an automated, in-depth review that catches potential issues and ensures the PR description accurately reflects the changes.

Quick Start

Use the codex-pr-review skill to review the current branch against the main branch.

Frequently Asked Questions about codex-pr-review

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

FAQPage Schema
How do I automate pull request reviews using Codex CLI?

Automating pull request reviews with the Codex CLI involves analyzing branch diffs, commit logs, and PR descriptions to identify code quality, security, performance, and maintainability issues. The skill facilitates an iterative debate process to resolve findings before merging.

What does an automated code review check for in a pull request?

An automated code review checks for bugs, security vulnerabilities, performance bottlenecks, and maintainability problems. It also evaluates PR-level concerns like description accuracy, commit hygiene, and scope appropriateness to ensure changes adhere to standards.

Can I use this skill to check commit hygiene and PR description accuracy?

Yes, you can use this skill to check commit hygiene and PR description accuracy. It evaluates PR-level concerns by analyzing commit logs and PR descriptions to ensure the changes are clearly documented and appropriately scoped before merging.

How do I resolve code quality issues found during an automated PR review?

To resolve code quality issues found during an automated PR review, the skill facilitates an iterative debate process between the user and the Codex CLI. This back-and-forth interaction helps reach a consensus or resolve identified findings effectively.

Do I need reference files to run a Codex CLI code review?

Yes, you need specific reference files to run a Codex CLI code review. The skill requires these reference files for workflow guidance and output formatting to properly analyze branch diffs and generate review findings.

What's the best way to review a feature branch against the main branch before merging?

The best way to review a feature branch against the main branch is using an automated skill that analyzes branch diffs and commit logs. This catches potential security and performance issues while ensuring the PR description accurately reflects the changes.