.agents/skills/agent-context-verify/SKILL.md
AGENTS.md 기반 instruction 구조의 정합성을 검증합니다. 링크 무결성, 코드/명령 참조, 문서 주장 정확성을 점검할 때 사용합니다.
npx skillsauth add oozoofrog/codex-skills-project agent-context-verifyInstall 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-verify의 Codex 버전입니다. AGENTS.md 계층 구조와 보조 문서가 실제 저장소 상태와 맞는지 검사합니다.
AGENTS.md 계층과 보조 문서가 실제 저장소 상태와 맞는지 검증할 때agent-context-init/guide 결과를 skeptical하게 확인할 때agent-context-guide, agent-context-initagent-context-auditdocs/, CONTEXT.md를 모은다.critical / warning / info / strength로 정리한다.../agent-context-guide/references/verification-guide.md../../../docs/evaluator-output-contract.mdscripts/verify_agent_context.pyschemas/report.schema.jsonAGENTS.md, AGENTS.override.md, CONTEXT.md, docs/ 링크가 실제로 존재하는지 확인한다.critical / warning / info / strength로 정리한다.context-validator custom agent 또는 일반 read-only subagent에 검증 일부를 위임한다.가능하면 먼저 아래 deterministic script를 사용합니다.
python3 .agents/skills/agent-context-verify/scripts/verify_agent_context.py [target]
../../../docs/review-harness.mdcritical 항목이 해소되거나 명시적으로 남아 있어야 한다pass면 종료, warning이면 수정 후보 제시, critical이면 해당 문서를 block 처리하고 상위 스킬에 재작성 요청# Agent Context Verification Report## Summary## Findings
critical / warning / info / strength## Recommended fixes## Machine summarytools
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 실행을 원할 때만 사용합니다.