What problem does it solve?
Documentation across a monorepo drifts out of date: dead links, retired terms, half-documented integrations, and pages that no longer match the source code. Manually auditing ~120 files across docs, READMEs, skills, and AGENTS.md files is impractical, so quality decays silently.
Core Features & Use Cases
- Ranked rewrite pass: Runs a scanner over the corpus, picks the worst-ranked files in one group, applies mechanical fixes via a codemod, dispatches parallel review and rewrite agents, and opens a single draft PR whose body is the report.
- Enrichment mode: When nothing scores badly enough to rewrite, identifies gaps such as missing pages promised by an index, integrations documented at half their contract, or source exports with no docs, and files them as Linear issues.
- Weekly corpus check: Detects cross-file problems no single-page review catches, like repeated AI-generated phrasing, split terminology, and skills contradicting docs pages.
- Use Case: A scheduled daily run scans the evlog docs tree, finds three pages with stale API references, rewrites two of them, and opens a draft PR with a per-file score report for human review.
Quick Start
Ask the agent to run a content pass over the documentation and open a draft PR with the findings.