codex

Delegate coding tasks to the Codex CLI within a git repository.

Updated Jun 11, 2026
One-click install
npx skills add https://github.com/LamseyahElias/jarvis-cloud-v2 --skill codex-lamseyahelias
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex
Source: https://github.com/LamseyahElias/jarvis-cloud-v2/tree/main/hermes-agent/skills/autonomous-ai-agents/codex
Command: npx skills add https://github.com/LamseyahElias/jarvis-cloud-v2 --skill codex-lamseyahelias

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Codex CLI automation centralizes repetitive coding tasks by delegating them to Codex, reducing manual effort in feature development, refactoring, and PR reviews.

Core Features & Use Cases

  • Delegated coding: implement features, refactor modules, and review pull requests via Codex.
  • Batch issue fixes: run multiple Codex tasks across a repository for speed and consistency.
  • Authentication & setup: supports API key or device/OAuth workflows; works within a git-aware project.
  • Hermes integration: can operate with Hermes-managed Codex credentials when configured.

Quick Start

Ask Hermes to run codex to implement a feature in your repository.

Frequently Asked Questions about codex

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

FAQPage Schema
How do I automate pull request reviews using Codex CLI?

Automating PR reviews with Codex CLI is achieved by delegating the review tasks directly to the CLI within your git repository. This Skill centralizes the process, reducing manual effort by running automated checks and batch fixes against your codebase.

Can I batch fix multiple issues in a git repository with Codex CLI?

Batch fixing multiple issues in a git repository with Codex CLI is supported by running multiple Codex tasks across the project. This approach ensures speed and consistency when applying automated refactoring or feature development changes.

What authentication methods are required to use Codex CLI for coding tasks?

Authentication methods required to use Codex CLI for coding tasks include either an API key or device/OAuth workflows. The automation runs inside a git-aware project and can also utilize Hermes-managed Codex credentials when configured.

What is the best way to delegate feature development to an AI coding assistant?

The best way to delegate feature development to an AI coding assistant is using this Skill to automate work via Codex CLI. It manages the delegation process for implementing features, refactoring modules, and reviewing pull requests within a git workflow.

Do I need a PTY terminal to run Codex CLI automation?

You do need a PTY terminal to run Codex CLI automation, as the Skill executes inside a git repository using this terminal type. It also requires the Codex CLI to be installed and access to a git repository.