One-click install
npx skills add https://github.com/Aiden-Kwak/My-Claude-Agents --skill codex-aiden-kwak
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex
Source: https://github.com/Aiden-Kwak/My-Claude-Agents/tree/main/.claude/skills/codex
Command: npx skills add https://github.com/Aiden-Kwak/My-Claude-Agents --skill codex-aiden-kwak

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Codex CLI enables automated code analysis, refactoring, and editing tasks to speed up software maintenance and improve code quality.

Core Features & Use Cases

  • Code analysis and static checks across languages.
  • Automated refactoring and suggested edits to improve structure and readability.
  • Use Case: When you inherit a legacy codebase, automatically scan for issues, apply safe refactors, and generate patches.

Quick Start

Run Codex CLI to analyze, refactor, or automatically edit your codebase.

Frequently Asked Questions about codex

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

FAQPage Schema
How do I automate code analysis and refactoring for a legacy codebase?

You can automate code analysis and refactoring by running Codex CLI to scan for issues, apply safe structural edits, and generate patches across multiple languages.

Can I execute read-only code analysis without applying automated edits?

Yes, Codex CLI supports read-only sessions for static code analysis and review, allowing you to inspect suggested edits before enabling any automated patch application.

How do I resume an automated code editing session after stopping?

You can resume an automated code editing session by using the codex resume command, which restores your previous context and continues applying refactoring edits.

Does automated refactoring with Codex CLI require sandboxing?

Sandboxing is supported as an optional configuration when running Codex CLI for automated editing, providing an isolated environment to safely apply code refactors.

What is the best way to apply suggested edits during code review?

The best way to apply suggested edits is using edit-enabled sessions in Codex CLI, which automatically generates and applies structural refactoring patches during code review.