Back to list
ksato8710

review-codex

by ksato8710

0🍴 0📅 Jan 14, 2026

SKILL.md


name: review-codex description: Review code changes using Codex CLI. Use this skill when the user wants to review implemented code, uncommitted changes, or specific commits using the codex review command. Triggers on requests like "review my changes with codex", "codex review", or "review this commit".

Review Codex

Run codex review to analyze code changes and provide feedback.

Usage

Review Uncommitted Changes (Default)

codex review --uncommitted

Reviews all staged, unstaged, and untracked changes in the current directory.

Review Against Base Branch

codex review --base main

Reviews changes compared to the specified base branch.

Review Specific Commit

codex review --commit <SHA>

Reviews changes introduced by a specific commit.

With Custom Instructions

codex review --uncommitted "Focus on security vulnerabilities"

Add a prompt to provide specific review instructions.

Options

OptionDescription
--uncommittedReview staged, unstaged, and untracked changes
--base <BRANCH>Review changes against the given base branch
--commit <SHA>Review changes introduced by a specific commit
--title <TITLE>Optional title to display in review summary
-m, --model <MODEL>Specify model to use

Workflow

  1. Determine what to review:

    • No args provided → use --uncommitted (most common)
    • PR context → use --base <target-branch>
    • Specific commit → use --commit <sha>
  2. Run codex review with appropriate options

  3. Present the review results to the user

Score

Total Score

45/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

0/5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon