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