.agents/skills/codex-skill-audit/SKILL.md
Use this skill when the user wants to audit a Codex skill or skill repository for official structure compliance, discovery readiness, frontmatter quality, oversized SKILL bodies, stale `agents/openai.yaml`, duplicate skill names, or missing repo-level AGENTS guidance.
npx skillsauth add oozoofrog/codex-skills-project codex-skill-auditInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Codex 스킬 저장소를 공식 구조와 운영 관점에서 감사하고 개선점을 제안합니다.
다음 요청에 적합합니다.
.agents/skills 구조 점검agents/openai.yaml와 SKILL.md 정합성 확인codex-skill-bootstrapplugin-doctoragent-context-*audit_codex_skill_repo.py [target]로 결정적 감사를 먼저 수행한다.critical / warning / info / strength로 정리하고 바로 고칠 파일부터 제안한다.references/audit-checklist.md — 사람이 직접 볼 감사 기준scripts/audit_codex_skill_repo.py — 반복 가능한 구조 점검 스크립트schemas/report.schema.json — machine summary JSON shape../../../docs/evaluator-output-contract.md — evaluator 출력 공통 계약../../../docs/review-harness.md — repo-wide review harness 기준명시 경로가 없으면 현재 repo를 기준으로 감사합니다.
가능하면 먼저 아래 스크립트를 실행합니다.
python3 .agents/skills/codex-skill-audit/scripts/audit_codex_skill_repo.py [target]
이 스크립트는 최소 다음을 확인합니다.
AGENTS.md 존재 여부.agents/skills/**/SKILL.md 탐색name, descriptionSKILL.mdREADME.mdagents/openai.yaml 존재 여부와 기본 정합성스크립트 결과 이후 수동으로 아래를 점검합니다.
description이 너무 넓거나 너무 좁지 않은가When to use, Do not use when, Quick start, Output expectation이 operator 관점에서 충분히 명확한가SKILL.md 본문이 핵심 절차 중심인가references/로 충분히 분리되었는가Review Harness 선언이 있고, mode가 실제 위험도와 맞는가결과는 다음 4단계로 정리합니다.
critical — 발견/실행 자체가 깨짐warning — 구조는 되지만 품질 저하 위험info — 선택적 개선strength — 잘한 점항상 아래 형태로 마무리합니다.
../../../docs/review-harness.mdaudit_codex_skill_repo.py가 evaluator-native 감사 역할을 수행한다openai.yaml 정합성, review harness 선언 적절성critical 구조 문제 없이 discovery 가능한 상태여야 한다pass면 종료, warning이면 문서/메타데이터 정리, critical이면 codex-skill-bootstrap 기준으로 구조를 재정비한 뒤 재감사한다최종 결과는 다음 형식을 권장합니다.
# Codex Skill Audit Report
## Summary
...
## Findings
- [critical] ...
- [warning] ...
- [info] ...
## Recommended fixes
1. ...
2. ...
deterministic audit script는 아래 artifact를 함께 지원하는 편을 권장합니다.
--json-out <path>: schemas/report.schema.json에 맞는 machine summary JSONtools
Codex 플러그인/스킬 저장소를 감사하고 개선합니다. `.codex-plugin/plugin.json`, `.agents/plugins/marketplace.json`, `.agents/skills`, `.codex/agents`, legacy Claude 산출물을 점검할 때 사용합니다.
tools
macOS 앱/CLI 릴리스 작업을 자동화하거나 가이드합니다. 버전 범프, Release 빌드, DMG/ZIP, GitHub Release, Homebrew 배포가 필요할 때 사용합니다.
development
Karpathy의 LLM Wiki 아이디어를 바탕으로 raw source와 LLM-maintained wiki를 분리한 지속형 지식 베이스를 설계·부트스트랩합니다. markdown/git 기반의 범용 구조, `AGENTS.md` 운영 규칙, ingest/query/lint 워크플로우, Obsidian 같은 선택적 어댑터 분리가 필요할 때 사용합니다.
tools
별도 Codex CLI 실행을 위임합니다. 사용자가 명시적으로 다른 Codex 인스턴스 실행, 세컨드 오피니언, 격리된 full-auto 실행을 원할 때만 사용합니다.