codex

Delegate coding tasks to Codex CLI in git repositories.

Updated May 14, 2026
One-click install
npx skills add https://github.com/SethyPagna/Secretary-Jarvis --skill codex-sethypagna
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex
Source: https://github.com/SethyPagna/Secretary-Jarvis/tree/main/src/capabilities/skills/autonomous-ai-agents/codex
Command: npx skills add https://github.com/SethyPagna/Secretary-Jarvis --skill codex-sethypagna

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the friction of handing off coding tasks by routing feature work, refactors, and reviews to Codex CLI through the Jarvis terminal.

Core Features & Use Cases

  • Feature Development: Use Codex to implement new functionality and make iterative code changes in a git repository.
  • Refactoring and Bug Fixing: Run one-shot or background Codex sessions to clean up modules, fix batches of issues, and manage longer tasks.
  • PR Review and Parallel Workflows: Review pull requests safely in a temp clone and split multiple fixes across worktrees for parallel execution.

Quick Start

Ask the skill to delegate your coding task to Codex CLI in the target git repository using an interactive PTY terminal session.

Frequently Asked Questions about codex

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

FAQPage Schema
How do I delegate coding tasks to Codex CLI for feature development and refactoring?

You can delegate coding tasks to Codex CLI by invoking the skill within an interactive PTY terminal session. It routes feature development, refactoring, and bug fixing work directly to Codex in your target git repository.

Can I review pull requests and run parallel fixes using git worktrees with Codex CLI?

Yes, you can review pull requests safely in a temporary clone and split multiple fixes across git worktrees. This enables parallel execution of long-running Codex sessions for concurrent issue resolution.

What do I need to run Codex CLI sessions for batch bug fixing and code review?

You need an interactive PTY terminal, a valid Codex installation with authenticated access, and a git repository. These prerequisites allow you to safely monitor and control long-running coding jobs.

How does delegating implementation work to Codex CLI speed up scratch-prototype builds?

Delegating implementation work to Codex CLI automates iterative code changes and scratch-prototype builds. By running one-shot or background sessions, complex development tasks are completed faster within your git repository.

When should I avoid using Codex CLI for code review and refactoring tasks?

You should not use Codex CLI if you lack an interactive PTY terminal or a valid Codex installation. Without authenticated access and a git repository, long-running jobs cannot be monitored or controlled safely.