| name | woc-codex-audit |
| description | Audit World of ClaudeCraft Codex support for current conventions, model neutrality, instruction quality, agent safety, skill design, hooks, CI integration, and documentation drift. Use when reviewing or modernizing AGENTS.md, .codex, .agents, Codex workflows, Codex-facing scripts, or the repository AI architecture. |
Codex Architecture Audit
Evaluate whether Codex receives concise, safe, current, and scalable operating context
without altering the Claude Code architecture. An audit request is read-only. Apply fixes
only when the user explicitly requests implementation.
Preserve boundaries
- Read the root
CLAUDE.md, AGENTS.md, and relevant local CLAUDE.md files.
- Run
git status --short and preserve unrelated work.
- Treat root and local
CLAUDE.md files as canonical repository truth.
- Do not edit
CLAUDE.md or .claude/** as part of Codex support work.
Codex files should point to canonical instructions and add only Codex runtime guidance.
Research current behavior
Use current official OpenAI documentation for Codex configuration, skills, agents,
hooks, permissions, model selection, and CI. Clearly separate documented facts from
inference. Keep repository guidance model-neutral unless a task has an evidence-backed
capability requirement, and prefer inheritance over project model pins.
Use the woc_docs_researcher custom agent for a bounded official-documentation pass when
it is available. Verify consequential recommendations against the cited primary source.
Inventory
Inspect AGENTS.md, .codex/**, .agents/skills/**, custom agents, hooks, Codex GitHub
workflows, AI-facing scripts and tests, documentation, ignore rules, and malware scanner
coverage. Identify duplicated, abandoned, shadowed, untracked, or conflicting settings.