codex-cli

Delegate coding tasks to OpenAI Codex CLI for review, refactoring, and fixes.

2|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/aztr0nutzs/NET_NiNjA.v1.2 --skill codex-cli-aztr0nutzs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex-cli
Source: https://github.com/aztr0nutzs/NET_NiNjA.v1.2/tree/main/skills/skills-folders/codex-sub-agents
Command: npx skills add https://github.com/aztr0nutzs/NET_NiNjA.v1.2 --skill codex-cli-aztr0nutzs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill enables efficient delegation of coding tasks, such as code review, refactoring, bug fixing, and feature implementation, to the OpenAI Codex CLI, streamlining development workflows.

Core Features & Use Cases

  • Code Generation & Refactoring: Leverage Codex CLI for generating new code, refactoring existing codebases, and implementing new features based on specifications.
  • Automated Code Review & Debugging: Utilize Codex for code reviews, identifying potential issues, and fixing CI/build failures.
  • Use Case: When faced with a failing CI pipeline, you can instruct this Skill to use Codex CLI to analyze the error logs, identify the root cause, and automatically fix the failing tests or linting issues.

Quick Start

Use the codex-cli skill to fix the TypeScript errors in the src/components directory.

Frequently Asked Questions about codex-cli

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

FAQPage Schema
How do I automate code review and bug fixing for CI build failures?

Automated code review for CI build failures is achieved by delegating error logs and debugging tasks to OpenAI Codex CLI, which analyzes root causes and automatically fixes failing tests or linting issues.

Can I run OpenAI Codex CLI in non-interactive scripting modes?

OpenAI Codex CLI supports non-interactive scripting modes alongside an interactive TUI, allowing automated execution of coding tasks with various configurable approval and sandbox policies.

What is the best way to delegate feature implementation to a coding assistant?

Delegating feature implementation to a coding assistant is best handled by instructing the Skill to use Codex CLI, which generates new code and implements features based on provided specifications.

Does Codex CLI work with TypeScript error fixing in specific directories?

Codex CLI works with TypeScript error fixing by targeting specific directories like src/components, analyzing the errors, and applying automated fixes to resolve the issues.

What are the sandbox and approval policies when running an automated coding assistant?

Sandbox and approval policies for automated coding assistants in Codex CLI define execution boundaries and user confirmation requirements, configurable for both interactive TUI and non-interactive scripting modes.