docs-qalisted
Install: claude install-skill Edmonds-Commerce-Limited/claude-code-hooks-daemon
# Documentation QA
This skill is a **shim**. It carries no documentation body of its own — it
exists to dispatch the `hooks-daemon-docs-qa` agent, which does the real
work. Where the `documentation` subsystem is enabled, the ruleset it enforces
is written up in `CLAUDE/DocumentationStrategy.md`; the agent carries a
compressed model of the same rules for projects that have not enabled it.
## What to do
Dispatch the `hooks-daemon-docs-qa` agent (`Task` tool,
`subagent_type: "hooks-daemon-docs-qa"`) with:
- the scope the user asked for (a topic, a plan folder, or "the whole
corpus" if unstated)
- a pointer to run the deterministic checks first:
`hooks-daemon docs-qa --sweep --json`
- a pointer to the comment-block finder for its Decision-7 hunt:
`hooks-daemon find-comment-blocks <source-root> --json`
```claude-code
/docs-qa # full-corpus audit
/docs-qa CLAUDE/Plan/00284 # scoped to one plan folder's topic
```
The agent is **read-only** — it delivers findings **inline, as its final
report**, and never edits anything or writes a report file on its own
initiative. If you want the findings persisted (e.g. to
`untracked/reports/`), name that target explicitly when dispatching it.
Review its report and act on the findings yourself (or ask it to be
dispatched again after you have made changes, to re-verify).
## If the agent is not deployed
`hooks-daemon-docs-qa` ships opt-in (`agents.docs_qa.enabled: false` by
default). If the `Task` dispatch fails be