Agent skill
codex-review-file
Git管理外のファイルをcodex CLIでレビュー。「このファイルをcodexでレビュー」「設定ファイルをレビュー」時に使用
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/codex-review-file
SKILL.md
Codex CLIによるファイルレビュー(Git管理外)
codex execコマンドを使って、Git管理外のファイルをレビューします。
使用方法
特定ファイルをレビュー
codex exec -C <directory> --skip-git-repo-check "<file>をレビューしてください"
カスタム指示付きレビュー
codex exec -C <directory> --skip-git-repo-check "<file>をセキュリティの観点からレビューしてください"
引数
$ARGUMENTS
<file-path>: レビュー対象のファイルパス[review-instructions]: レビューの観点や指示(オプション)
実行例
# 設定ファイルのレビュー
codex exec -C ~/.claude --skip-git-repo-check "settings.jsonをJSON構文、セキュリティ、ベストプラクティスの観点からレビューしてください"
# 任意のファイルのレビュー
codex exec -C /path/to/dir --skip-git-repo-check "config.yamlの設定内容を確認してください"
注意事項
--skip-git-repo-checkフラグでGitリポジトリ外でも実行可能-Cオプションで作業ディレクトリを指定- ファイルの内容はCodexが自動的に読み取ります
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?