EN DE
← ← Back to Index

codex

autonomous-ai-agents › codex v1.0.0
Coding-Agent Codex OpenAI Code-Review Refactoring

Description

Delegate coding to OpenAI Codex CLI (features, PRs).

Relevance to Our Projects

Delegate coding to OpenAI Codex CLI (features, PRs).

SKILL.md Preview

# Codex CLI

Delegate coding tasks to [Codex](https://github.com/openai/codex) via the Hermes terminal. Codex is OpenAI's autonomous coding agent CLI.

## When to use

- Building features
- Refactoring
- PR reviews
- Batch issue fixing

Requires the codex CLI and a git repository.

## Prerequisites

- Codex installed: `npm install -g @openai/codex`
- OpenAI auth configured: either `OPENAI_API_KEY` or Codex OAuth credentials
  from the Codex CLI login flow
- **Must run inside a git repository** —

← ← Back to Index