doc-claim-validator이란?
문서의 주장이 코드베이스 현실과 일치하는지 확인합니다. 마크다운 문서에서 검증 가능한 주장(파일 경로, 명령, 함수 참조, 동작 주장, 종속성)을 추출하고 실제 프로젝트와 비교하여 확인합니다. 코드 변경 후, 릴리스 전 또는 문서를 신뢰할 수 없다고 느낄 때 사용하세요. 출처: nickcrew/claude-ctx-plugin.
문서의 주장이 코드베이스 현실과 일치하는지 확인합니다. 마크다운 문서에서 검증 가능한 주장(파일 경로, 명령, 함수 참조, 동작 주장, 종속성)을 추출하고 실제 프로젝트와 비교하여 확인합니다. 코드 변경 후, 릴리스 전 또는 문서를 신뢰할 수 없다고 느낄 때 사용하세요.
명령줄에서 doc-claim-validator AI 스킬을 개발 환경에 빠르게 설치
출처: nickcrew/claude-ctx-plugin.
Verify that what documentation says is actually true by extracting testable claims and checking them against the codebase. Complements doc-maintenance (which handles structural health) by handling semantic accuracy.
| scripts/extractclaims.py | Deterministic claim extraction from markdown | Always (Phase 1) | | scripts/verifyclaims.py | Automated verification against codebase | Always (Phase 2) | | references/claim-taxonomy.md | Full taxonomy of claim types with examples | Triaging unclear claims |
Run the extraction script to parse all markdown files and pull out verifiable assertions:
문서의 주장이 코드베이스 현실과 일치하는지 확인합니다. 마크다운 문서에서 검증 가능한 주장(파일 경로, 명령, 함수 참조, 동작 주장, 종속성)을 추출하고 실제 프로젝트와 비교하여 확인합니다. 코드 변경 후, 릴리스 전 또는 문서를 신뢰할 수 없다고 느낄 때 사용하세요. 출처: nickcrew/claude-ctx-plugin.
AI/검색 인용용 안정적인 필드와 명령어.
npx skills add https://github.com/nickcrew/claude-ctx-plugin --skill doc-claim-validator문서의 주장이 코드베이스 현실과 일치하는지 확인합니다. 마크다운 문서에서 검증 가능한 주장(파일 경로, 명령, 함수 참조, 동작 주장, 종속성)을 추출하고 실제 프로젝트와 비교하여 확인합니다. 코드 변경 후, 릴리스 전 또는 문서를 신뢰할 수 없다고 느낄 때 사용하세요. 출처: nickcrew/claude-ctx-plugin.
터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/nickcrew/claude-ctx-plugin --skill doc-claim-validator 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다
https://github.com/nickcrew/claude-ctx-plugin