From engineering
Audits a document or doc set from the inside and produces a prioritized findings report (P0-P3) of internal conflicts, stale content, terminology drift, duplication, and misplaced or unsupported claims, plus update/move/merge/remove/split decisions and a suggested repair order. Use this whenever the user wants docs sanity-checked or cleaned up for self-consistency without comparing against code, even when they never say "audit": contradictory or duplicate sections, stale assumptions, unclear structure, or a PRD/spec that should hang together. Trigger on casual and Chinese phrasings too: 文档自相矛盾, 文档前后不一致, 文档内部冲突, 审一下这份文档, 帮我审审这个 PRD, 文档体检, "these two sections disagree", "is this spec consistent", "the docs repeat themselves". If the truth source is the code, use hai-audit-docs-against-code instead.
How this skill is triggered — by the user, by Claude, or both
Slash command
/engineering:docs-vs-docsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
For Chinese readers, see `SKILL.zh_CN.md`. The English `SKILL.md` is the execution source of truth.
For Chinese readers, see SKILL.zh_CN.md. The English SKILL.md is the execution source of truth.
The source of truth is the document's own goal, structure, terminology, claims, and cross-references — not the codebase.
A document is a coherent argument, and the audit reads it as one. Judge it for consistency of purpose, terms, and claims: every section should serve the same target, the same concept should carry the same name, and nothing should assert what another section denies or what no evidence supports. The enumerated consistency checks live in Workflow step 3.
Identify the document scope.
Build a document map.
Find internal issues.
Decide the repair type.
Produce the audit.
references/output-template.md before finalizing.| Level | Meaning |
|---|---|
| P0 | Internal conflict could cause a wrong decision, unsafe action, or failed launch |
| P1 | Core goal, scope, terminology, or acceptance is inconsistent |
| P2 | Stale, duplicated, misplaced, or unsupported content creates confusion |
| P3 | Minor clarity, structure, or formatting issue |
| Needs decision | The document has a real fork that requires owner input |
hai-audit-docs-against-code to check docs against implementation, config, and API contracts. This skill never compares against code.hai-prd.readme-beautifier.hai-rewrite-doc. This skill diagnoses; it does not rewrite.npx claudepluginhub korenkrita/skills --plugin engineeringGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.