codex

Automate coding tasks via the OpenAI Codex CLI in a git repository.

Updated Apr 29, 2026
One-click install
npx skills add https://github.com/fikriaf/agentos --skill codex-fikriaf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex
Source: https://github.com/fikriaf/agentos/tree/main/src/agentos/skills/autonomous-ai-agents/codex
Command: npx skills add https://github.com/fikriaf/agentos --skill codex-fikriaf

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @openai/codex, and includes scripts (resource) components.

What problem does it solve?

This Skill automates coding tasks using OpenAI Codex CLI, reducing manual coding efforts and speeding up development processes.

Core Features & Use Cases

  • Code Generation: Generate code snippets for various programming tasks.
  • Refactoring: Refactor existing code to improve readability and efficiency.
  • PR Reviews: Automatically review code pull requests for quality and compliance.
  • Use Case: Imagine you need to add a dark mode toggle to your settings. Use this Skill to generate the necessary code for the feature.

Quick Start

Delegate the task of adding a dark mode toggle to settings to Codex.

Frequently Asked Questions about codex

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate code generation for new features using OpenAI Codex CLI?

Automate code generation for new features by delegating coding tasks to the OpenAI Codex CLI within a git repository. This Skill interacts with Codex to generate the necessary code snippets, reducing manual effort and accelerating development workflows.

Can I use this Skill to refactor existing code in my git repository?

Yes, you can refactor existing code in your git repository using this Skill. It leverages OpenAI Codex CLI to analyze and improve code readability and efficiency, streamlining the refactoring process directly within your development environment.

Does automated PR review with Codex CLI require a git repository for context?

Automated PR review with Codex CLI requires a git repository to provide the necessary context for analyzing code quality and compliance. This ensures the OpenAI Codex CLI accurately evaluates pull requests within the existing project structure.

What is the best way to generate a dark mode toggle feature for my settings?

The best way to generate a dark mode toggle feature for settings is to delegate the task to OpenAI Codex CLI. This Skill automates the code generation process, producing the required feature code based on your project context.

Do I need to install OpenAI Codex CLI before using this coding automation Skill?

You need to install the OpenAI Codex CLI before using this coding automation Skill. It depends on the Codex CLI environment and an active git repository to execute code generation, refactoring, and PR review tasks effectively.