Claude Parity
This skill mirrors the existing Claude Code command workflow style inside Codex.
When to Use
Use this skill when:
- •The user explicitly references Claude Code workflows or slash commands.
- •The user asks for one-shot operational tasks (
commit,pr-create,review-pr,security-audit, etc.). - •The user wants staged delivery flow (
pipeline).
How to Run This Skill
- •Map user intent to a command flow using
references/command-mapping.md. - •Execute the flow directly (do not ask for unnecessary confirmation).
- •Keep output practical: findings first, then actions taken, then next steps.
- •Apply guardrails from
~/.codex/AGENTS.mdor repoAGENTS.md.
Pipeline Mode
For feature pipeline requests, follow references/pipeline.md exactly and pause between stages.
Output Standards
- •
reviewoutput: severity-ordered findings with concrete file references. - •
commitoutput: final message before commit action. - •
pr-createoutput: title, summary bullets, testing notes, breaking changes, linked issues. - •
debugoutput: evidence, root cause, fix, regression test.