codex

Delegate coding tasks to Codex CLI within Git repositories.

Updated May 4, 2026
One-click install
npx skills add https://github.com/Plaidmustache/hermes-nulab --skill codex-plaidmustache
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex
Source: https://github.com/Plaidmustache/hermes-nulab/tree/main/skills/autonomous-ai-agents/codex
Command: npx skills add https://github.com/Plaidmustache/hermes-nulab --skill codex-plaidmustache

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Delegates coding tasks to Codex CLI to automate feature development, code reviews, and refactoring within automated terminal sessions.

Core Features & Use Cases

  • Delegate coding tasks to Codex CLI for feature implementation, refactoring, and PR reviews.
  • Manage coding sessions inside a git repository with PTY, long-running tasks, and batch reviews.
  • Supports Codex workflows with Hermes integration, including one-shot and background executions, and safe operation within a repository.

Quick Start

Run codex to execute a coding task inside a git repository via Hermes CLI.

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 feature development inside a git repository?

Automating code reviews and feature development inside a git repository requires delegating coding tasks to Codex CLI via Hermes. This enables rapid iteration by handling one-shot tasks, long-running sessions, and batch PR reviews through interactive terminal automation.

What is terminal automation for coding sessions and how does PTY handling work?

Terminal automation for coding sessions manages interactive terminal processes using PTY handling to maintain long-running tasks. It safely operates within a git repository to execute refactoring and code reviews while preserving session state across background executions.

Can I run long-running coding tasks and background executions in a git repository?

Yes, you can run long-running coding tasks and background executions in a git repository by delegating to Codex CLI. It supports interactive terminal automation with PTY handling to safely manage extended refactoring sessions and batch code reviews.

Does Codex CLI integration support one-shot tasks and batch PR reviews?

Codex CLI integration supports both one-shot tasks and batch PR reviews through Hermes. It validates the git repository environment and applies explicit flags to ensure safe operation during automated feature implementation and refactoring workflows.

What are the limitations of automating code reviews with terminal automation?

Limitations of automating code reviews with terminal automation include the strict requirement for a valid git repository. Safe usage depends entirely on explicit flags and guidelines to prevent unintended changes during long-running or background coding sessions.