codex

Delegate coding and review tasks to the OpenAI Codex CLI within a scoped git repository.

1.7k|523|Updated May 5, 2026
One-click install
npx skills add https://github.com/Lilac-Labs/gini-agent --skill codex-lilac-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex
Source: https://github.com/Lilac-Labs/gini-agent/tree/main/skills/agents/codex
Command: npx skills add https://github.com/Lilac-Labs/gini-agent --skill codex-lilac-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you get high-quality code changes without manually orchestrating every edit, review comment, and follow-up test step.

Core Features & Use Cases

  • Autonomous repository coding: Delegates feature work, bug fixes, refactors, and focused experiments in a scoped git repository.
  • Targeted one-shot execution and diff review: Supports quick fixes and review passes that return actionable findings about regressions, missing tests, or unsafe changes.
  • Safer long-running workflow: Encourages PTY usage, worktree isolation, and post-run inspection before trusting or committing changes.

Quick Start

Run a focused coding and test fix pass in your current repository by giving the Codex CLI a short instruction like “Find why the dashboard test is flaky, patch the smallest fix, and run the targeted test.”

Frequently Asked Questions about codex

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

FAQPage Schema
How do I automate code generation and test fixing within a git repository?

Automate code generation and test fixing by delegating instructions to the Codex CLI, which produces repository changes and verification outcomes without manual edits. It scopes execution to a specific branch or git worktree for safety.

Can I run isolated git worktree experiments for refactoring without affecting my main branch?

Yes, you can run isolated git worktree experiments by delegating refactoring work to the Codex CLI. It applies git-based execution boundaries to ensure changes remain scoped and safe before you inspect or commit them.

Do I need the codex CLI installed locally to delegate repository changes?

Yes, delegating repository changes requires the codex CLI on your PATH plus a healthy codex connector. These dependencies enable the explicit approval workflows needed for safe, write-heavy runs.

What is the best way to review code changes and find regressions before committing?

The best way to review code changes for regressions is running a targeted review pass through the Codex CLI. It returns actionable findings about missing tests or unsafe changes, allowing post-run inspection before committing.

Are there limitations when running long-running code generation workflows?

Long-running code generation workflows require PTY usage and post-run inspection before trusting changes. Without git worktree isolation and explicit approval workflows, automated write-heavy runs risk unverified repository modifications.