KS
Killer-Skills

codex — how to use codex how to use codex, codex setup guide, OpenAI Codex CLI tutorial, codex alternative, codex vs code review tools, codex install, automated code review with codex, codex for developers, codex AI agent skill

v1.0.0
GitHub

About this Skill

Perfect for Code Analysis Agents needing automated code review and examination capabilities via OpenAI Codex CLI. Codex is an AI agent skill that leverages the OpenAI Codex CLI for automated code review and analysis, supporting developers in identifying issues within their projects.

Features

Executes code review using the OpenAI Codex CLI with the `codex exec` command
Supports fully automatic mode with the `--full-auto` parameter
Utilizes a read-only sandbox for safe analysis with `--sandbox read-only`
Allows specification of the project directory with `--cd <project_directory>`
Accepts Japanese requests for code review with `<request>`

# Core Topics

Umisyo Umisyo
[0]
[0]
Updated: 3/6/2026

Quality Score

Top 5%
30
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add Umisyo/Lorepedia/codex

Agent Capability Analysis

The codex MCP Server by Umisyo is an open-source Categories.community integration for Claude and other AI agents, enabling seamless task automation and capability expansion. Optimized for how to use codex, codex setup guide, OpenAI Codex CLI tutorial.

Ideal Agent Persona

Perfect for Code Analysis Agents needing automated code review and examination capabilities via OpenAI Codex CLI.

Core Value

Empowers agents to execute comprehensive code analysis using the OpenAI Codex CLI, providing efficient project examination with features like fully automatic mode, sandboxed environments for secure analysis, and support for Japanese requests.

Capabilities Granted for codex MCP Server

Automating code reviews for pull requests with detailed feedback on type safety and best practices
Analyzing project directories for potential issues and vulnerabilities
Generating reports on code quality and adherence to coding standards

! Prerequisites & Limits

  • Requires access to the OpenAI Codex CLI
  • Dependent on the capabilities and limitations of the OpenAI Codex CLI
  • Needs specification of the project directory for analysis
Project
SKILL.md
3.0 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

Codex

OpenAI Codex CLIを使用してコードレビュー・分析を実行するスキル。

実行コマンド

bash
1codex exec --full-auto --sandbox read-only --cd <project_directory> "<request>"

パラメータ

パラメータ説明
--full-auto完全自動モードで実行
--sandbox read-only読み取り専用サンドボックス(安全な分析用)
--cd <dir>対象プロジェクトのディレクトリ
"<request>"依頼内容(日本語可)

使用例

PRセルフレビュー(主要ユースケース)

bash
1codex exec --full-auto --sandbox read-only --cd /path/to/project "このPRの変更をレビューして、以下の観点で問題を指摘してください: 2- 型安全性(any型、型アサーション) 3- セキュリティ(OWASP Top 10) 4- テストの有無 5- コード規約違反 6指摘は🔴必須/🟡推奨/💡提案に分類してください"

コード分析

bash
1codex exec --full-auto --sandbox read-only --cd /path/to/project "このプロジェクトのコードをレビューして、改善点を指摘してください"

バグ調査

bash
1codex exec --full-auto --sandbox read-only --cd /path/to/project "認証処理でエラーが発生する原因を調査してください"

リファクタリング提案

bash
1codex exec --full-auto --sandbox read-only --cd /path/to/project "このコンポーネントのリファクタリング案を提案してください"

PRセルフレビューとしての使用

PR作成後のセルフレビューでは、以下の手順で実行する:

1. PR差分の確認

bash
1gh pr diff

2. Codexでレビュー実行

bash
1codex exec --full-auto --sandbox read-only --cd $(pwd) "このPRの変更をレビューして、CLAUDE.mdの品質基準に照らして問題を指摘してください。 2指摘は以下に分類してください: 3- 🔴必須: セキュリティ問題、any型使用、テスト欠如、ESLintエラー 4- 🟡推奨: 型アサーションの改善、命名規則違反、パフォーマンス改善 5- 💡提案: リファクタリング提案、より良いパターン"

3. 指摘への対応

分類対応
🔴必須必ず修正
🟡推奨可能な限り修正
💡提案任意で検討

🔴必須・🟡推奨の指摘がなくなるまで修正を繰り返す(最大3回)

実行手順

  1. ユーザーから依頼内容を受け取る
  2. 対象プロジェクトのディレクトリを特定する(デフォルト: 現在のworktree)
  3. 上記コマンド形式でCodexを実行
  4. 結果をユーザーに報告

注意事項

  • --sandbox read-only により、コードの変更は行われない(安全)
  • 結果は読み取り専用で分析結果のみ出力
  • 日本語でのリクエストに対応
  • 大規模なコードベースでも効率的に分析可能

Related Skills

Looking for an alternative to codex or building a Categories.community AI Agent? Explore these related open-source MCP Servers.

View All

widget-generator

Logo of f
f

widget-generator is an open-source AI agent skill for creating widget plugins that are injected into prompt feeds on prompts.chat. It supports two rendering modes: standard prompt widgets using default PromptCard styling and custom render widgets built as full React components.

149.6k
0
Design

chat-sdk

Logo of lobehub
lobehub

chat-sdk is a unified TypeScript SDK for building chat bots across multiple platforms, providing a single interface for deploying bot logic.

73.0k
0
Communication

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication