{"id":50949994,"url":"https://github.com/scottconverse/codex-audit-skills","last_synced_at":"2026-06-18T00:30:57.308Z","repository":{"id":360377549,"uuid":"1249862446","full_name":"scottconverse/codex-audit-skills","owner":"scottconverse","description":"Codex-native audit-lite and audit-full skills with evidence-first review workflows","archived":false,"fork":false,"pushed_at":"2026-05-26T05:49:50.000Z","size":1282,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-26T07:27:29.975Z","etag":null,"topics":["ai-agents","audit","codex","codex-skills","release-gates"],"latest_commit_sha":null,"homepage":"https://scottconverse.github.io/codex-audit-skills/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/scottconverse.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-26T05:18:26.000Z","updated_at":"2026-05-26T05:49:54.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/scottconverse/codex-audit-skills","commit_stats":null,"previous_names":["scottconverse/codex-audit-skills"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/scottconverse/codex-audit-skills","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scottconverse%2Fcodex-audit-skills","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scottconverse%2Fcodex-audit-skills/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scottconverse%2Fcodex-audit-skills/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scottconverse%2Fcodex-audit-skills/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scottconverse","download_url":"https://codeload.github.com/scottconverse/codex-audit-skills/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scottconverse%2Fcodex-audit-skills/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34471638,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-17T02:00:05.408Z","response_time":127,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai-agents","audit","codex","codex-skills","release-gates"],"created_at":"2026-06-18T00:30:56.562Z","updated_at":"2026-06-18T00:30:57.297Z","avatar_url":"https://github.com/scottconverse.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Codex Audit Skills\n\nCodex-native audit skills adapted from a Claude audit workflow.\n\nThis repository packages three installable Codex skills:\n\n- `audit-lite`: a fast, evidence-based audit for bounded changes.\n- `audit-full`: a deep multi-role audit packet for release gates and broad reviews.\n- `audit-team`: the full five-role audit-team workflow under its original prompt name.\n\nThe 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.\n\n## Fidelity To The Source Skills\n\nThese are full-function Codex adaptations of the Claude skills in `source-originals/claude/`, not summaries.\n\n- `skills/audit-lite/SKILL.md` preserves the original compact reviewer workflow, report template, severity framework, blast-radius rules, commitments, guardrails, and sign-off checklist.\n- `skills/audit-team/SKILL.md` preserves the original single-file five-role workflow and bundles the role references/templates so its links resolve in Codex.\n- `skills/audit-full/SKILL.md` preserves the original bundled `audit-team-full` workflow under the Codex-native `audit-full` name.\n\nOnly 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.\n\n## Install\n\nPowerShell:\n\n```powershell\n.\\scripts\\install.ps1\n```\n\nBash:\n\n```bash\n./scripts/install.sh\n```\n\nManual install:\n\n```text\ncopy skills/audit-lite  -\u003e %USERPROFILE%\\.codex\\skills\\audit-lite\ncopy skills/audit-full  -\u003e %USERPROFILE%\\.codex\\skills\\audit-full\ncopy skills/audit-team  -\u003e %USERPROFILE%\\.codex\\skills\\audit-team\n```\n\nRestart Codex after installation so the skill list refreshes.\n\n## Use\n\nExamples:\n\n```text\nUse $audit-lite to verify this PR before merge.\n```\n\n```text\nUse $audit-full to perform a release-gate audit of this repo.\n```\n\n```text\nUse $audit-team to review this project.\n```\n\n`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.\n\n## Documentation\n\n- [User Manual](docs/manuals/USER_MANUAL.md)\n- [Architecture](docs/architecture/ARCHITECTURE.md)\n- [Landing Page](docs/index.html)\n- [Discussion Seeds](docs/discussions/)\n\n## Validate\n\n```bash\npython scripts/validate_skills.py\n```\n\nThe validator checks required skill files, frontmatter names, metadata, bundled references, templates, and documentation surfaces.\n\n## Repository Layout\n\n```text\nskills/\n  audit-lite/\n  audit-full/\n  audit-team/\ndocs/\n  architecture/\n  manuals/\n  discussions/\nscripts/\ntests/\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscottconverse%2Fcodex-audit-skills","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscottconverse%2Fcodex-audit-skills","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscottconverse%2Fcodex-audit-skills/lists"}