Codex-native audit skills adapted from a Claude audit workflow.
This repository packages three installable Codex skills:
audit-lite: a fast, evidence-based audit for bounded changes.audit-full: a deep multi-role audit packet for release gates and broad reviews.audit-team: the full five-role audit-team workflow under its original prompt name.
The goal is simple: make Codex audits harder to fake and easier to act on. Findings must cite evidence, classify severity, state blast radius when needed, and give a concrete fix path.
These are full-function Codex adaptations of the Claude skills in source-originals/claude/, not summaries.
skills/audit-lite/SKILL.mdpreserves the original compact reviewer workflow, report template, severity framework, blast-radius rules, commitments, guardrails, and sign-off checklist.skills/audit-team/SKILL.mdpreserves the original single-file five-role workflow and bundles the role references/templates so its links resolve in Codex.skills/audit-full/SKILL.mdpreserves the original bundledaudit-team-fullworkflow under the Codex-nativeaudit-fullname.
Only Claude-specific tool references were adapted, such as replacing present_files with Codex final-response file paths and replacing AskUserQuestion with a direct user question followed by waiting.
PowerShell:
.\scripts\install.ps1Bash:
./scripts/install.shManual install:
copy skills/audit-lite -> %USERPROFILE%\.codex\skills\audit-lite
copy skills/audit-full -> %USERPROFILE%\.codex\skills\audit-full
copy skills/audit-team -> %USERPROFILE%\.codex\skills\audit-team
Restart Codex after installation so the skill list refreshes.
Examples:
Use $audit-lite to verify this PR before merge.
Use $audit-full to perform a release-gate audit of this repo.
Use $audit-team to review this project.
audit-team and audit-full both provide the full multi-role audit capability. audit-full is the Codex-native name; audit-team preserves older handoff compatibility.
python scripts/validate_skills.pyThe validator checks required skill files, frontmatter names, metadata, bundled references, templates, and documentation surfaces.
skills/
audit-lite/
audit-full/
audit-team/
docs/
architecture/
manuals/
discussions/
scripts/
tests/
MIT