app-codex-vscode

Community

Unified OpenAI model calls for code-based tasks via 'scripts/codex'

Authorkent013
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill simplifies the invocation of OpenAI models for code-based tasks, providing a standardized and secure interface for code analysis, review, and technical design.

Core Features & Use Cases

  • Standardized Model Calls: Centralizes OpenAI model calls using the scripts/codex executable, with configurable options for different models and reasoning depths.
  • Code Analysis & Review: Utilizes specific models for code analysis, review, and technical design, offering efficient handling of code-related inquiries.
  • Use Case: Imagine you need to perform a code review with detailed reasoning. This Skill allows you to execute the codex exec command with the necessary parameters, ensuring secure and controlled access to the AI model.

Quick Start

To perform a code analysis on the 'code_sample.txt' using the 'gpt-5.3-codex' model with medium reasoning effort, run:

scripts/codex exec --ephemeral --sandbox read-only -m gpt-5.3-codex \
  -c 'model_reasoning_effort="medium"' \
  -o analysis_output.txt - < code_sample.txt

Dependency Matrix

Required Modules

openai

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: app-codex-vscode
Download link: https://github.com/kent013/aicue/archive/main.zip#app-codex-vscode

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 620,000+ vetted skills library on demand.