codex-audit
Use Codex CLI for sandboxed auditing, debugging, and autonomous prototyping
npx skills add majiayu000/claude-skill-registry --skill codex-audit --agent codex
Same command for any agent — swap --agent for claude-code, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Codex Audit Skill --- ## LIBRARY-FIRST PROTOCOL (MANDATORY) **Before writing ANY code, you MUST check:** ### Step 1: Library Catalog - Location: `.claude/library/catalog.json` - If match >70%: REUSE or ADAPT ### Step 2: Patterns Guide - Location: `.claude/docs/inventories/LIBRARY-PATTERNS-GUIDE.md` - If pattern exists: FOLLOW documented approach ### Step 3: Existing Projects - Location: `D:\Projects\*` - If found: EXTRACT and adapt ### Decision Matrix | Match | Action | |-------|--------| | Library >90% | REUSE directly | | Library 70-90% | ADAPT minimally | | Pattern exists | FOLLOW pattern | | In project | EXTRACT | | No match | BUILD (add to library after) | --- ## Purpose Route auditing and debugging tasks to Codex CLI when: - Autonomous iteration is needed (test-fix-retest loops) - Sandboxed execution required for safety - Rapid prototyping without approval overhead ## Unique Capability **What Codex Does Better**: - Fully autonomous execution (no approval needed mid-task) - Sandboxed isolation (no network, CWD only) - Iterative debugging loops - GPT-5-Codex optimized for agentic coding ## When to Use ### Perfect For: - Automated test fixing - Code auditing in isolation - Rap
- LIBRARY-FIRST PROTOCOL (MANDATORY)
- Step 1: Library Catalog
- Step 2: Patterns Guide
- Step 3: Existing Projects
- Decision Matrix
- Purpose
- Unique Capability
- When to Use
- Perfect For:
- Don't Use When:
- Usage
- Basic Audit
- Test Fixing
- Prototyping
bash scripts/multi-model/codex-audit.sh "<task>" "<context>" "<task_id>" "<max_iterations>" Phase 1: Theater detection (Claude) Phase 2: Functionality audit (Codex) Phase 3: Style audit (Claude)
What does the codex-audit skill do?
Use Codex CLI for sandboxed auditing, debugging, and autonomous prototyping
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill codex-audit --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
