review

Automate code review of local git changes using Claude Code within Codex.

161|28|Updated Apr 5, 2026
One-click install
npx skills add https://github.com/sendbird/cc-plugin-codex --skill review-sendbird
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/sendbird/cc-plugin-codex/tree/main/skills/review
Command: npx skills add https://github.com/sendbird/cc-plugin-codex --skill review-sendbird

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables running Claude Code reviews on the repository's local changes directly inside Codex, reducing back-and-forth and keeping context intact during code quality assessments.

Core Features & Use Cases

  • In-repo review orchestration: Launch Claude Code reviews against the current working tree, a branch diff, or staged changes using the plugin's standard commands.
  • Workflow guidance: Provides default review paths and supports adversarial-review and rescue flows to cover different risk levels.
  • Background and progress tracking: Supports background review jobs with status and result surfaces back into Codex, including guidance to retrieve results.
  • Lifecycle and gatekeeping: Includes a review gate and background nudges to guide next steps, with CI coverage in supported environments.

Quick Start

Ask Claude Code to review the current repository changes using the default Codex review command.

Frequently Asked Questions about review

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

FAQPage Schema
How do I automate code review for local git changes using Claude Code?

You can automate code review of local git changes by launching Claude Code reviews directly inside Codex, targeting the current working tree, branch diffs, or staged changes without leaving your repository context.

Can I run background code review jobs and track their status in Codex?

Yes, background code review jobs are supported with status and result surfaces fed back into Codex, including guidance to retrieve results and background nudges to guide your next steps.

What is the best way to review staged changes or branch diffs in a local repository?

The best way to review staged changes or branch diffs is using the plugin's standard review commands, which provide default review paths and support adversarial-review and rescue flows for different risk levels.

Does this code review automation require any external dependencies or components?

No external dependencies or components are required; the skill operates within Codex using Claude Code and requires only a SKILL.md frontmatter with name and description plus optional resource directories.

Can I use this automated code review skill in CI environments?

Yes, the skill includes a review gate and lifecycle guidance with CI coverage in supported environments, allowing you to integrate automated code review checks into your continuous integration workflows.