Run these checks. Flag only high-confidence issues:
Overstated automation — phrases like "automatically", "no setup needed", "just run", or "that's it" where a hidden step exists.
Missing prerequisites — required tool, config, fork, or file structure not stated.
Absolute claims — "always", "never", "zero", "every", "any" with likely exceptions.
Scope inflation — frontmatter claims behavior not present in the body, or counts that do not match.
Internal consistency — conflicting descriptions across README, guides, and skill files. Quote both.
Affected doc coverage — when code, workflow, UI, command behavior, or screenshots change, search every doc surface that could describe it: README, guides, examples, tool docs, skill docs, standards, and catalog text. Do not stop at the first visible doc.
Command accuracy — if ./tools/skills.sh exists, run ./tools/skills.sh list; compare to skill names in README/guides command examples.
Workflow gate accuracy — distinguish UI state changes from workflow commands. Board actions such as creating tickets or moving cards update local ticket state only; do not imply they run agent workflows, wrapup, validation, or close pipelines unless the tool actually does.
Heading style — user-facing README headings should be Title Case. Keep intentional brand casing, command names, and code-block comments unchanged.
Private content — real names, emails, usernames, home paths, private ticket prefixes, company references, secrets. Flag; do not redact automatically.