Dev & Engineering ✓ OpenAI · Official code-reviewpull-request-reviewsubagentsgithubcode-quality

Pull Request Code Review

Orchestrate a final pull request review and consolidate every actionable finding from specialized reviewers.

FollowSkills review · FSRS-2.0
Not recommended
33/ 100 5-point scale 1.7 / 5
Trust9 / 25 · 1.8/5

The skill requires subagents and passing full skill paths, and it forbids GitHub comments unless explicitly requested, providing some scope control. However, automatically adding the code-reviewed label is an external state change without user confirmation, permission boundaries, data-flow disclosure, or rollback guidance; sensitive-code and credential handling are also unspecified, so points are deducted.

Reliability5 / 20 · 1.3/5

The main flow and output requirements are understandable, but availability of all code-review-* skills, subagents, and GitHub context is assumed rather than defined. There is no handling or diagnostic feedback for missing skills, subagent failures, malformed inputs, duplicate findings, or partial completion. Static review without reproducible tests limits the score.

Adaptability6 / 15 · 2.0/5

The target scenario is clear: final review of a pull request with itemized findings. However, trigger conditions, input format, no-applicable-skill behavior, non-fit boundaries, and environment requirements are absent. Chinese-language output and mainland-China reachability are not addressed, limiting semantic and environmental fit.

Convention5 / 15 · 1.7/5

The YAML metadata is concise and the body specifies finding format, paths, and line numbers. It lacks installation or dependency notes, parameter contracts, examples, FAQs, known limitations, versioning, changelog, and maintenance ownership. Repository-level Apache-2.0 licensing and OpenAI provenance provide governance context but are not documented in the skill itself.

Effectiveness5 / 15 · 1.7/5

The skill defines an intended deliverable that aggregates every subagent finding with file paths and line numbers, so it could complete the core review task. Yet the required subskills, review coverage, and representative outputs are not verified in the file; unlimited findings and raw Markdown can also make the result unwieldy and still require human review.

Verifiability3 / 10 · 1.5/5

The file specifies auditable output fields, but contains no test suite, CI evidence, example results, or third-party reproduction proving orchestration, label conditions, or finding completeness. Only limited static verifiability is supported.

Evidence confidence:Low Reviewed Jul 19, 2026 Reviewed revision 678157acaa81
The upstream repository has new commits since this review. The score still applies to the reviewed revision shown and may not cover the latest changes.
Before you use it
  • Adding a GitHub label changes external state; confirm authorization, user intent, and rollback behavior before applying it.
  • The skill depends on code-review-* subskills that are neither defined nor verified in this file; missing or failed dependencies may prevent completion without a clear diagnostic protocol.
  • “Every single issue” and “unlimited” findings lack deduplication, prioritization, and size controls, risking unwieldy output.
See the full review method →

What it does & when to use it

This skill runs a final code review on a pull request. It invokes every code-review-* skill except itself, assigning one subagent to each skill. It must return all findings from all subagents, with a specific file path and line number for every finding. When the reviewing GitHub user owns the pull request, it adds the code-reviewed label. It does not post GitHub comments unless explicitly asked.

Coordinates one subagent per other code-review-* skill; passes each subagent the full skill path; reviews pull request code; collects every finding; returns numbered findings in raw Markdown; attaches a specific file path and line number to each finding; adds the code-reviewed label when the reviewer is the pull request owner.

  1. A maintainer wants a final review before merging a pull request.
  2. A team wants to consolidate findings from multiple specialized code-review skills.
  3. A reviewer needs every issue tied to an exact file and line number.
  4. A repository wants an automatic code-reviewed label when the pull request owner runs the review.

Pros & cons

Pros
  • Includes findings from every other code-review-* skill.
  • Requires each finding to identify a file path and line number.
  • Allows an unlimited number of findings.
  • Avoids posting GitHub comments by default.
Limitations
  • It depends on other code-review-* skills, which the source neither enumerates nor explains how to install.
  • The source does not document failure handling, review ordering, or an exact trigger syntax.
  • The label operation requires GitHub access, but required permissions and authentication are undocumented.
  • The output is raw Markdown rather than structured JSON.

How to install

This skill is part of the skill collection in the openai/codex repository. The source does not document a separate installation or copying procedure for this skill. Codex CLI can be installed with npm install -g @openai/codex; then run codex.

How to use

Run codex and ask it to perform a final code review on a specified pull request, for example: “Run a final code review on this pull request and return every finding.” The source does not define a more specific trigger syntax or explain how to configure or provide the other code-review-* skills.

FAQ

Will it post GitHub comments automatically?
No. It must not leave GitHub comments unless explicitly asked.
Does it limit the number of findings?
No. It is required to return every finding from every subagent and may return an unlimited number.
What permissions are required?
The source does not specify permissions. Adding the code-reviewed label would require appropriate GitHub access.

More skills from this repository

All from openai/codex

Dev & Engineering ✓ OpenAI · Official

PR Babysitter

Continuously track a GitHub pull request’s reviews, CI, and mergeability while handling safe fixes.

Dev & Engineering ✓ OpenAI · Official

Codex Issue Digest

Turns recent openai/codex bugs and enhancement requests into focused, owner-ready digests.

Design & Frontend ✓ OpenAI · Official

Codex Image Generation

Generate, edit, and prepare practical raster image assets directly within a project workflow.

Dev & Engineering ✓ OpenAI · Official

Codex Plugin Builder

Scaffold, validate, and maintain standards-shaped plugins for Codex.

Dev & Engineering ✓ OpenAI · Official

Codex Skill Installer

Install curated or repository-hosted Codex skills without manually assembling their files and paths.

Dev & Engineering ✓ OpenAI · Official

OpenAI Official Docs Assistant

Provides current, official-source guidance for OpenAI products, APIs, Codex, and model migrations.

Dev & Engineering ✓ OpenAI · Official

Review Agent Code Review Skill

Find actionable regressions in code changes through a read-only, defect-first review.

Dev & Engineering ✓ OpenAI · Official

Codex Pull Request Editor

Professionally update one or more GitHub pull request titles and bodies around motivation, net changes, and verification.

Dev & Engineering ✓ OpenAI · Official

Remote Executor Integration Tests

Validate Codex integration behavior across local and remote execution environments.

Dev & Engineering ✓ OpenAI · Official

V8 Version Maintainer

Updates Codex’s pinned V8 versions and validates release-candidate and build-failure paths.

Dev & Engineering ✓ OpenAI · Official

Change Size Review Guide

Keep code changes reviewable by enforcing practical size limits and staging oversized work.

Dev & Engineering ✓ OpenAI · Official

Codex Path Types Guide

Choose Rust path types that preserve cross-platform URI handling and local filesystem behavior in Codex.

Dev & Engineering ✓ OpenAI · Official

Skill Creator Guide

A practical guide to designing, validating, and refining reusable Agent Skills.

Automation & Ops ✓ OpenAI · Official

CI Push Approval Assistant

Handle CI configuration push blocks and approval handoffs

Dev & Engineering ✓ OpenAI · Official

Code Review and Testing Guidance

Helps coding agents choose and structure tests for logic changes.

Dev & Engineering ✓ OpenAI · Official

Codex Bug Triage Assistant

Determines whether an openai/codex GitHub bug should be verified, clarified, or explained as expected behavior.

Dev & Engineering ✓ OpenAI · Official

Breaking Change Reviewer

Systematically detect compatibility risks across external integration surfaces before they reach users.

Dev & Engineering ✓ OpenAI · Official

Codex TUI Interactive Testing Guide

A focused workflow for launching Codex TUI and validating changes with trace logs.

Dev & Engineering ✓ OpenAI · Official

Context Governance

Keep coding-agent context incremental, cache-stable, and strictly bounded.

Related skills