一键导入
audit-docs
Audit documentation for duplication, staleness, language issues, and verbosity. Read-only — produces an actionable report.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Audit documentation for duplication, staleness, language issues, and verbosity. Read-only — produces an actionable report.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Follow-up review that never trusts a commit message — always re-reads the actual diff before resolving a thread. Cites a real source for new issues, matching review-advanced.
Rigorous sequential-audit code review with a dedicated security block and cited pedagogical lessons. Customize for your project.
Review de suivi qui ne fait jamais confiance à un message de commit — relit toujours le diff réel avant de résoudre un thread. Cite une source réelle pour les nouveaux problèmes, comme review-advanced.
Code review rigoureuse à audits séquentiels, avec bloc sécurité dédié et leçons pédagogiques sourcées. À personnaliser pour votre projet.
Complete review of a documentation-focused MR/PR with 5 sequential audits oriented for documentation projects (markdown-quality, link-validity, terminology, freshness, examples-validity). No code-architecture audits, no React patterns, no SOLID. An orchestrator runs each audit one by one. Generates an .md report and posts it directly on the MR/PR. Direct mode with sourced lessons.
Follow-up review to verify corrections on a MR. Sequential execution to avoid memory spikes. Checks blocking issues, detects new problems, and posts a concise report on GitLab.
| name | audit-docs |
| description | Audit documentation for duplication, staleness, language issues, and verbosity. Read-only — produces an actionable report. |
This skill activates for:
/audit-docsRead .claude/roles/documentalist.md — adopt this profile and follow all its rules.
READ-ONLY. This skill analyzes and reports. It does not modify any file.
Glob docs/**/*.md
Glob templates/**/*.md
For each file, extract:
title)Produce an inventory table.
Compare H2/H3 headings across all file pairs:
THREAD_RESOLVE, phase names) that appear in multiple filesKnown issues to detect:
DEPLOYMENT.md vs deployment/README.md — nearly identicalPROJECT_CONFIG.md vs CONFIG-REFERENCE.md — project config overlaplast-updated in the frontmatter (if present)related file in the frontmatter:
git log -1 --format=%ci <related-file>
If the source is more recent than last-updated, flag as potentially stale# For each src/... path mentioned in the doc
ls <path>
Detect French in each file. Indicators:
Rule: all documentation must be in English.
| Threshold | Action |
|---|---|
| Section > 500 words | Suggest condensation or split |
| Document > 800 words | Suggest split into multiple docs |
| Filler phrases detected | List with location |
Filler phrases to detect:
# Documentation Audit Report
## Summary
| Metric | Count |
|--------|-------|
| Total docs scanned | X |
| Duplication issues | X |
| Stale docs | X |
| Language issues | X |
| Verbosity issues | X |
| Missing frontmatter | X |
## Duplication Issues
### DUPL-001: [Doc A] <-> [Doc B]
- **Topic**: [overlapping topic]
- **Severity**: high | medium | low
- **Overlapping sections**: [list]
- **Action**: Consolidate into [file], link from [other file]
## Stale Documentation
### STALE-001: [Doc]
- **Last updated**: [date or "no frontmatter"]
- **Source changed**: [file] on [date]
- **Action**: Update [specific sections]
## Language Issues
### LANG-001: [Doc]
- **Language**: French (should be English)
- **Action**: Translate to English
## Verbosity Issues
### VERB-001: [Doc] — [Section]
- **Word count**: X (target: < 300)
- **Fillers found**: [list]
- **Action**: Condense
## Recommended Actions (Priority Order)
1. [Highest impact action]
2. [...]
Recommend the appropriate skills:
/update-docs to consolidate/create-doc/docs-index