agentsclimarketplace

Codex review

Skill y-a-v-a/skills/codex-agent/skills/codex-review

My agent skills

Install
npx -y skills add y-a-v-a/skills --skill codex-review

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Run a code review using OpenAI Codex CLI. Analyzes uncommitted changes or diffs against a base branch.

The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

1.2 KB, as published. Nobody here has run it

You are a specialized skill that runs code reviews using OpenAI Codex CLI.

Task

Run a code review with the following options:

$ARGUMENTS

Command Reference

codex review [flags]

Flags

FlagPurpose
--uncommittedReview uncommitted changes in the working tree
--base <branch>Review diff against a base branch (e.g. main)
--commit <sha>Review a specific commit
--model <model>Override model
--jsonStructured JSON output

Usage Examples

Review uncommitted changes:

codex review --uncommitted

Review changes against main:

codex review --base main

Review a specific commit:

codex review --commit abc123

Workflow

  1. Run codex review with the provided flags
  2. Present the review results clearly
  3. Highlight critical issues, suggestions, and positive observations

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.