review

Run Codex reviews on uncommitted work, base-branch diffs, or specific commits.

25|7|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/IgorGanapolsky/ThumbGate --skill review-igorganapolsky
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/IgorGanapolsky/ThumbGate/tree/main/plugins/claude-codex-bridge/skills/review
Command: npx skills add https://github.com/IgorGanapolsky/ThumbGate --skill review-igorganapolsky

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps you run a focused Codex review on the exact work you have in progress, so you can catch issues faster and more reliably before relying on later stages.

Core Features & Use Cases

  • Targeted review scope: Review uncommitted work by default, or compare against a base branch diff, or review a specific commit.
  • Bridge-to-Codex execution: Converts a user request into a deterministic bridge call to the Codex review flow.
  • Optional focus prompting: Passes a user-provided focus area through as an explicit prompt to guide the review.

Quick Start

Ask your agent to run a Codex review of your current uncommitted work so you get a summarized set of high-signal findings.

Frequently Asked Questions about review

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

FAQPage Schema
How do I run a Codex review on uncommitted changes?

To run a Codex review on uncommitted changes, invoke the codex-bridge script with the --uncommitted flag to surface high-signal issues in your current work.

Can I review a specific git commit using Codex?

Yes, you can review a specific git commit using Codex by invoking the codex-bridge script with the --commit <sha> flag to analyze that exact commit.

How do I get a Codex review for a base branch diff?

You can get a Codex review for a base branch diff by running the codex-bridge script with the --base <branch> flag to compare and analyze the differences.

Can I focus my Codex code review on a specific area?

Yes, you can focus your Codex code review on a specific area by passing a custom focus prompt through the --prompt flag when invoking the codex-bridge script.

What happens when a Codex review finds no issues?

When a Codex review finds no issues, the Skill summarizes findings without inventing results, ensuring you only see high-signal issues that were actually reported.

Does the Codex review Skill work with agent workflows?

Yes, the Codex review Skill is designed for agent workflows where a user explicitly requests a Codex second review, converting the request into a deterministic bridge call.