.agents/skills/agent-context-audit/SKILL.md
Codex instruction 구조의 밀도와 건강도를 감사합니다. AGENTS.md 길이, 계층 깊이, 중복 규칙, 커버리지 부족을 찾을 때 사용합니다.
npx skillsauth add oozoofrog/codex-skills-project agent-context-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.
원본 ctx-audit의 Codex 버전입니다. 목표는 instruction 체계를 더 짧고, 더 가까이, 더 명확하게 유지하는 것입니다.
AGENTS.md 계층이 커지며 instruction 부채를 점검할 때agent-context-init 또는 agent-context-guide 이후 구조 건강도를 진단할 때agent-context-initagent-context-guideagent-context-verifyscripts/check_agents_md.sh [target]로 표면 신호를 본다.critical / warning / info / strength로 정리한다.scripts/format_agent_context_audit.py를 사용한다.빠른 점검이 필요하면 scripts/check_agents_md.sh [target]를 먼저 실행한다.
AGENTS.md가 과하게 비대한지AGENTS.md 깊이가 불필요하게 깊은지AGENTS.md 또는 CONTEXT.md 추가를 권한다.../../../docs/review-harness.mdcritical / warning / info 분류와 구체적 분리 제안이 남아야 한다warning이면 분리/정리 제안, critical이면 상위 스킬에 구조 재설계 또는 agent-context-init 실행을 권한다# Agent Context Audit Report## Summary## Findings
[CRITICAL], [WARNING], [INFO], [STRENGTH]## Strengths## Priority fixes## Machine summary관련 artifact:
scripts/format_agent_context_audit.pyschemas/report.schema.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 실행을 원할 때만 사용합니다.