スキル一覧に戻る
kecbigmt

codex-exec

by kecbigmt

Claude Code plugin for Story-driven Development

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

SKILL.md


name: codex-exec description: Execute codex CLI as sub-agent for thorough code reviews (codex's specialty), alternative approaches when stuck, or complex problems requiring extended investigation. Note that inference takes significant time.

Codex Execution Skill

Command Structure

Execute codex using the following command pattern:

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

Parameters

  • --full-auto: Enables autonomous operation without manual intervention
  • --sandbox read-only: Runs in safe read-only mode (no file modifications)
  • --cd <directory>: Specifies the project directory to analyze
  • <request>: The natural language request describing what to analyze

Execution Guidelines

1. Determine the Request

Formulate a clear, specific request. Examples:

  • "Review the authentication module for security vulnerabilities"
  • "Analyze the database query patterns for performance issues"
  • "Explain how the user registration flow works"

2. Set Working Directory

  • Default: $PWD
  • Custom: User-provided path

3. Execute & Monitor

codex exec --full-auto --sandbox read-only --cd /path/to/project "Your request"

Display output, progress, errors, and final results to user.

Example Usage Patterns

Code Review

codex exec --full-auto --sandbox read-only --cd . "Review the recent changes for code quality and potential bugs"

Architecture Analysis

codex exec --full-auto --sandbox read-only --cd . "Analyze the overall architecture and identify design patterns used"

Bug Investigation

codex exec --full-auto --sandbox read-only --cd . "Investigate why the user authentication is failing intermittently"

Refactoring Suggestions

codex exec --full-auto --sandbox read-only --cd . "Suggest refactoring opportunities to improve code maintainability"

Prerequisites

Ensure the codex CLI tool is installed and available in PATH:

which codex

スコア

総合スコア

60/100

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

SKILL.md

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

+20
LICENSE

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

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

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

0/5
Issue管理

オープンIssueが50未満

+5
言語

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

+5
タグ

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

0/5

レビュー

💬

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