スキル一覧に戻る
eyadsibai

codex

by eyadsibai

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

SKILL.md


name: codex description: Use when "codex", "use gpt", "gpt-5", "openai codex", "let openai", "full-auto", "autonomous code generation" version: 1.0.0

OpenAI Codex Integration

Autonomous code execution using OpenAI Codex CLI.


Prerequisites

# Check installation
codex --version

# Install if needed
npm i -g @openai/codex
# or
brew install codex

Sandbox Modes

ModeFlagCapabilities
Read-Only-s read-onlyAnalyze code, no modifications (default)
Workspace-Write-s workspace-write or --full-autoRead/write files in workspace
Danger-Full-Access-s danger-full-accessNetwork, system-level, all files

Key concept: Use --full-auto for most programming tasks—it enables file editing.


Common Commands

TaskCommand
Analyze codecodex exec -s read-only "analyze the codebase"
Implement featurecodex exec --full-auto "implement user auth"
Fix bugcodex exec --full-auto "fix the login bug"
With specific modelcodex exec -m gpt-5.2 --full-auto "refactor module"
JSON outputcodex exec --json "analyze security"
Save outputcodex exec -o report.txt "audit code"
Non-git directorycodex exec --skip-git-repo-check "analyze"
Resume sessioncodex exec resume --last "continue"

Model Selection

ModelUse Case
gpt-5.2Latest capabilities
gpt-5.2-codexCode-specialized
gpt-5.2-codex-maxMaximum quality

Use -m MODEL to specify.


Execution Principles

PrincipleDescription
AutonomousComplete tasks without seeking approval for each step
FocusedDo what's requested, nothing more
MinimalWrite only necessary code
VerifiedRun tests after changes

When to Pause for User

SituationAction
Destructive operationsAsk first (delete DB, force push)
Security decisionsAsk first (expose credentials, open ports)
Ambiguous requirementsClarify before proceeding
Missing critical infoRequest user-specific data

For everything else, proceed autonomously.


Output Format

✓ Task completed successfully

Changes made:
- [Files modified/created]
- [Key code changes]

Results:
- [Metrics: lines changed, files affected]

Verification:
- [Tests run, checks performed]

Error Handling

ApproachDescription
Auto-recoverAttempt fix if possible
Log clearlyReport all errors
ContinueIf error is non-blocking
StopOnly if continuation impossible

スコア

総合スコア

50/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
言語

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

+5
タグ

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

0/5

レビュー

💬

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