codex

Delegate coding tasks to an autonomous Codex CLI agent within a git repository.

Updated Apr 19, 2026
One-click install
npx skills add https://github.com/CHENyiru3/AI-Skills-Collections --skill codex-chenyiru3
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex
Source: https://github.com/CHENyiru3/AI-Skills-Collections/tree/main/skills-market/agents/codex
Command: npx skills add https://github.com/CHENyiru3/AI-Skills-Collections --skill codex-chenyiru3

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Delegates coding tasks to Codex CLI to automate feature development, refactoring, and code reviews within a git repository, saving time on repetitive coding work.

Core Features & Use Cases

  • Automates one-shot coding tasks and long-running background sessions for coding, PR reviews, and batch fixes in real projects.
  • Supports building features, refactoring modules, and reviewing changes inside a Git repo with interactive guidance and automated checks.

Quick Start

Delegate a coding task to Codex in your repository to implement a feature and prepare a ready-to-commit change.

Frequently Asked Questions about codex

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

FAQPage Schema
How do I automate code refactoring in a git repository?

You can automate code refactoring by delegating tasks to an autonomous agent that executes changes directly inside your git repository. This allows you to automate module refactoring with interactive guidance and automated checks.

What is an autonomous CLI agent for feature development?

An autonomous CLI agent for feature development is a tool that executes coding tasks like building features and preparing ready-to-commit changes on your behalf. It operates inside your repository to automate repetitive coding work.

Can I run long-running background coding sessions with an AI agent?

Yes, you can run long-running background coding sessions with an AI agent. The tool supports delegating both one-shot coding tasks and extended background sessions for continuous feature development and batch fixes.

Do I need a git repository to automate batch PR reviews?

Yes, you need a git repository to automate batch PR reviews because the agent operates inside the repository context. It also requires pty enabled for interactive sessions to ensure safe automation.

What's the best way to automate code reviews for multiple pull requests?

The best way to automate code reviews for multiple pull requests is delegating batch PR reviews to an autonomous coding agent. This approach processes changes inside your git repository to save time on repetitive reviews.

Why does interactive automation require pty enabled?

Interactive automation requires pty enabled to allow the autonomous CLI agent to handle interactive guidance properly. Enabling pty ensures safe automation and clear usage rules during long-running coding sessions.