EN DE
← ← Zurück zur Übersicht

codex

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

Beschreibung

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

Relevanz für unsere Projekte

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** —

← ← Zurück zur Übersicht