codex

Delegate coding tasks to Codex CLI within Git-enabled workspaces.

Updated Apr 16, 2026
One-click install
npx skills add https://github.com/jacardl/New-Radar --skill codex-jacardl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex
Source: https://github.com/jacardl/New-Radar/tree/main/backend/frameworks/hermes-agent/skills/autonomous-ai-agents/codex
Command: npx skills add https://github.com/jacardl/New-Radar --skill codex-jacardl

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Codex CLI enables automated coding task execution by delegating to an autonomous coding agent, reducing the manual overhead of repetitive development work.

Core Features & Use Cases

  • Delegate coding tasks to Codex for building features, refactoring, PR reviews, and batch issue fixes within Git-enabled projects.
  • Operate via PTY-enabled terminal sessions to ensure interactive, sandboxed code changes and safe experimentation.
  • Support both one-shot commands and long-running background tasks to manage complex development workflows.

Quick Start

Start a Codex-assisted coding session in your repository to implement a new feature or fix an issue.

Frequently Asked Questions about codex

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

FAQPage Schema
How do I automate coding tasks like feature development and refactoring in a Git repository?

Yes, Codex automates code reviews and batch issue fixes by delegating them to an autonomous coding agent within your Git repository. It handles both one-shot commands and long-running background tasks to manage complex development workflows securely.

Do I need a specific terminal environment to run Codex for automated coding sessions?

Yes, you need a PTY-enabled terminal to run Codex. This ensures interactive sessions and sandboxed code changes, allowing safe experimentation while the autonomous agent executes coding tasks in your local environment.

What are the prerequisites for delegating coding tasks to Codex via Hermes CLI?

To delegate coding tasks, you must have Codex CLI installed, access to a Git repository, and a PTY-enabled terminal. These components allow the agent to interact safely with your codebase and execute sandboxed changes.

Can I run long-running background coding tasks for complex development workflows?

Yes, Codex supports long-running background tasks alongside one-shot commands. This allows you to manage complex development workflows by letting the autonomous agent continuously process code changes within your sandboxed Git environment.

How does sandboxed code execution work when fixing multiple Git issues automatically?

Sandboxed code execution isolates the autonomous agent's changes within your Git repository, ensuring safe experimentation. The PTY-enabled terminal maintains interactive sessions, allowing you to monitor and control batch issue fixes securely.