Loading...
Loading...
AI-powered code review via the OpenAI Codex CLI. This skill should be used when reviewing branch diffs before merging a PR, auditing uncommitted changes during development, inspecting a specific commit, performing custom-scoped reviews, or whenever changes touch security-sensitive paths or exhibit risky patterns.
npx skill4agent add trancong12102/agentskills codex-reviewnpm i -g @openai/codexcodex login| Scope | When to use |
|---|---|
| Branch diff | Before opening or merging a PR |
| Uncommitted changes | During active development |
| Specific commit | Auditing a single changeset |
| Custom | User provides specific review instructions |
codex review --base main -c model="gpt-5.3-codex"codex review --uncommitted -c model="gpt-5.3-codex"codex review --commit <SHA> -c model="gpt-5.3-codex"codex review -c model="gpt-5.3-codex" "Review the code for accessibility regressions and WCAG compliance."| Flag | Description |
|---|---|
| Review changes against a base branch |
| Review staged, unstaged, and untracked changes |
| Review changes introduced by a specific commit |
| Optional commit title for the review summary |
| Override the model (preferred: |
main-c model="gpt-5.3-codex"--base--uncommitted--commitnpm i -g @openai/codexcodex login