一键导入
agent-context-verify
AGENTS.md 기반 instruction 구조의 정합성을 검증합니다. 링크 무결성, 코드/명령 참조, 문서 주장 정확성을 점검할 때 사용합니다.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
AGENTS.md 기반 instruction 구조의 정합성을 검증합니다. 링크 무결성, 코드/명령 참조, 문서 주장 정확성을 점검할 때 사용합니다.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Karpathy의 LLM Wiki 아이디어를 바탕으로 raw source와 LLM-maintained wiki를 분리한 지속형 지식 베이스를 설계·부트스트랩합니다. markdown/git 기반의 범용 구조, `AGENTS.md` 운영 규칙, ingest/query/lint 워크플로우, Obsidian 같은 선택적 어댑터 분리가 필요할 때 사용합니다.
Use this skill when the user explicitly wants a goal-directed research loop that keeps proposing, testing, logging, and refining ideas toward a stated objective across repeated iterations or autonomous runs. Do not use it for one-shot summaries or when no evaluation signal can be defined.
Codex instruction 구조의 밀도와 건강도를 감사합니다. AGENTS.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.
Codex 플러그인/스킬 저장소를 감사하고 개선합니다. `.codex-plugin/plugin.json`, `.agents/plugins/marketplace.json`, `.agents/skills`, `.codex/agents`, legacy Claude 산출물을 점검할 때 사용합니다.
Apple 플랫폼 관점의 코드·PR 리뷰를 수행합니다. Swift/SwiftUI/UIKit/AppKit 코드의 정확성, API 사용, 빌드 위험, 테스트 누락을 점검할 때 사용합니다.
| name | agent-context-verify |
| description | AGENTS.md 기반 instruction 구조의 정합성을 검증합니다. 링크 무결성, 코드/명령 참조, 문서 주장 정확성을 점검할 때 사용합니다. |
원본 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 summary