docsreview
Use when: reviewing documentation for accuracy, completeness, clarity, link health, and merge readiness.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when: reviewing documentation for accuracy, completeness, clarity, link health, and merge readiness.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when: reviewing .prompt.md, .agent.md, SKILL.md, or .instructions.md files for contradictions, ambiguity, persona consistency, cognitive load, coverage gaps, and composition conflicts.
Use when: checking xanadAssistant workspace health, install status, repair reasons, or lockfile validity before proposing install, update, repair, or restore operations.
Use when: designing or reviewing CI/CD pipelines, GitHub Actions, stage design, environment gates, or artifact discipline.
Use when: writing or reviewing Dockerfiles, container images, multi-stage builds, layer caching, or image security.
Use when: writing or reviewing Infrastructure as Code for naming, state management, modularity, and drift detection.
Use when: reviewing DevOps changes for pipeline safety, secret hygiene, permissions, rollback, and deployment risk.
| name | docsReview |
| description | Use when: reviewing documentation for accuracy, completeness, clarity, link health, and merge readiness. |
| type | reference |
| version | 1.0 |
| license | MIT |
Skill metadata: version "1.0"; tags [docs, review, accuracy, completeness]; recommended tools [].
Use this skill when reviewing documentation before it is merged or published. Run through all tiers; report findings with the tier and a brief description.
secureReview or devopsReviewrequired parameters.<placeholder> values).#section-name) match actual headings.Use these prefixes consistently:
| Prefix | Meaning |
|---|---|
accuracy: | Documented behavior does not match implementation — must fix |
missing: | Required content absent — must fix if API changed |
clarity: | Prose or example could be clearer — suggest |
link: | Broken or suspect link — suggest |
nit: | Minor style preference — non-blocking |
A documentation PR is ready to merge when:
accuracy: and missing: findings are resolved.blocker: comments from other reviewers.accuracy:, missing:, clarity:, link:, or nit: prefixaccuracy: and Tier 2 missing: findings identified before suggesting approve