doc-criticlisted
Install: claude install-skill imrohitagrawal/project-doc-skills
# Documentation Critic
Version: 0.1.0 · see `CHANGELOG.md`.
The independent **critic gate** for the documentation suite. After an authoring skill writes its
pages and the deterministic verifier (`scripts/verify.py`) passes, this skill runs a **blind,
multi-axis critical review** over what was produced, finds the defects a regex/readability verifier
cannot — contradictions across modules, analogies that teach the wrong shape, claims the code does
not support — and gates publishing on the serious ones.
This skill owns the *review method and the orchestration*. The shared writing standard it judges
against lives in `references/house-style.md` — **read it first, every time.** The project's facts,
audience targets, and scope live in the project profile (`docs/project-profile.md`; how to find or
create it is `references/house-style.md` Section 1).
**It is judgement, not a generator.** `verify.py` enforces the checkable rules and stays the hard
gate; this skill produces a *review register a human approves*. It never silently edits the docs.
---
## Before you start: what this needs, when to run it, where it fits
### What this skill needs (the inputs)
- **The produced documents** to review (e.g. `docs/learning/` for a learning track, plus its
`glossary.md`).
- **The filled project profile** (`docs/project-profile.md`) — scope, audience, and the
`grade_target_*` / `scope_*` keys the verifier reads.
- **The project source it teaches from** — the repository, the decision recor