codex-delegate

Delegate code and document reviews to the Codex CLI in read-only mode.

Updated Jan 16, 2026
One-click install
npx skills add https://github.com/kumewata/dotfiles --skill codex-delegate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex-delegate
Source: https://github.com/kumewata/dotfiles/tree/main/config/agents/skills/codex-delegate
Command: npx skills add https://github.com/kumewata/dotfiles --skill codex-delegate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Delegates code and document review tasks to the Codex CLI in a read-only sandbox, enabling non-destructive analysis and faster feedback.

Core Features & Use Cases

  • Delegates code and document reviews to the Codex CLI in read-only mode.
  • Supports common review scopes (single-file, multi-file, README/docs) across software projects.
  • Useful for initial quality checks, security reviews, and design clarifications without modifying source files.

Quick Start

Submit a read-only Codex review for the target files using codex exec.

Frequently Asked Questions about codex-delegate

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

FAQPage Schema
How do I run a non-destructive code review on source files?

You can run a non-destructive code review by delegating the task to the Codex CLI, which analyzes source files in a read-only sandbox and outputs results to stdout without modifying your codebase.

Can I review README and architecture docs without modifying the repository?

Yes, you can review README and architecture docs without modifications by delegating document review to the Codex CLI. It operates in a read-only sandbox by default, ensuring your documentation remains completely untouched during analysis.

Do I need Codex CLI installed to automate document reviews?

Yes, you must have the Codex CLI installed and authenticated to automate document reviews. The Skill delegates tasks to the CLI, requiring it to execute read-only reviews and output results to stdout.

How do I override the model for a Codex CLI code review?

To override the model for a Codex CLI code review, use the -m flag when delegating the task. You can also use -C to set the working directory, while the -s read-only flag ensures non-destructive analysis.

What is the best way to perform automated read-only code analysis?

The best way to perform automated read-only code analysis is delegating to the Codex CLI in a read-only sandbox. This approach supports single-file and multi-file scopes, providing fast feedback without altering source files.

What are the limitations of using a read-only sandbox for code reviews?

The limitation of a read-only sandbox for code reviews is that it cannot automatically fix or refactor your code. It strictly outputs analysis results to stdout, meaning you must manually apply any suggested changes to your source files.