codex

Delegate coding tasks to the Codex CLI agent in a git repository.

Updated Jul 7, 2026
One-click install
npx skills add https://github.com/TitoPrausee/nexus-toti --skill codex-titoprausee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex
Source: https://github.com/TitoPrausee/nexus-toti/tree/main/data/skills/autonomous-ai-agents/codex
Command: npx skills add https://github.com/TitoPrausee/nexus-toti --skill codex-titoprausee

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the overhead of manually performing coding tasks by handing them to Codex CLI, making feature work, refactoring, and reviews faster and easier to run at scale.

Core Features & Use Cases

  • Feature implementation: Delegate one-off coding requests and let Codex edit files in your repository.
  • Refactoring and bug fixing: Use it for larger cleanup tasks, batch issue fixes, and long-running development work.
  • Pull request review: Run Codex against diffs to generate review feedback before commenting on a PR.
  • Parallel workstreams: Split multiple issues into worktrees and run several Codex sessions at the same time.
  • Use Case: A maintainer can open several worktrees, assign each a separate issue, and monitor the sessions until each fix is ready to push.

Quick Start

Ask the Skill to use Codex CLI to implement a coding task in your git repository and report back when the changes are complete.

Frequently Asked Questions about codex

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

FAQPage Schema
How do I automate code reviews and refactoring using a CLI coding agent?

Automate code reviews and refactoring by delegating coding tasks to the Codex CLI agent. It executes feature implementation, refactoring, and pull request review directly in your git repository, returning completed code changes.

Can I run parallel coding sessions in separate git worktrees?

Yes, you can run parallel coding sessions in separate git worktrees. Split multiple issues into different worktrees and run several Codex CLI sessions simultaneously to monitor each fix until ready to push.

What do I need to run interactive coding agent sessions for batch issue fixing?

Running interactive coding agent sessions for batch issue fixing requires the Codex CLI, a git checkout, and PTY-backed terminal execution. This setup ensures interactive sessions and automated approvals work reliably.

Does the Codex CLI coding agent work with existing pull request diffs?

Yes, the Codex CLI coding agent works with existing pull request diffs. Run Codex against your diffs to generate review feedback automatically before commenting on a PR.

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

The best way to delegate feature implementation is to ask the Skill to use Codex CLI to implement the coding task in your git repository. It edits files locally and reports back when the code changes are complete.

When should I avoid using a CLI coding agent for repository work?

Avoid using a CLI coding agent for repository work if you lack a local git checkout or the required Codex CLI. The agent depends entirely on PTY-backed terminal execution and a valid git repository to function reliably.