スキル一覧に戻る
ksato8710

review-codex

by ksato8710

0🍴 0📅 2026年1月14日
GitHubで見るManusで実行

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

スコア

総合スコア

45/100

リポジトリの品質指標に基づく評価

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

レビュー

💬

レビュー機能は近日公開予定です