Codex review
My agent skills
npx -y skills add y-a-v-a/skills --skill codex-reviewAssembled 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
| Flag | Purpose |
|---|---|
--uncommitted | Review 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 |
--json | Structured 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
- Run
codex reviewwith the provided flags - Present the review results clearly
- Highlight critical issues, suggestions, and positive observations