What problem does it solve?
Documentation, skill files, and examples silently drift out of sync with the actual code as a repository evolves, leaving users with stale API references, wrong defaults, and broken examples that erode trust.
Core Features & Use Cases
- Skills vs Reality Check: Verifies every SKILL.md claim (API names, options, defaults, exports, signatures) against the real package surface on the current main branch.
- Docs Quality Audit: Detects stale, contradictory, or missing documentation pages, and cross-checks tables of adapters, env vars, and exports against source code.
- Convention & Example Drift Detection: Enforces repo rules from AGENTS.md (export registration, changeset policy, test placement) and validates that runnable examples match the current API.
- Use Case: On a bi-weekly schedule, run the sweep over the evlog repository to produce a report of grounded findings, file draft PRs for mechanical fixes, and create Linear issues for decisions.
Quick Start
Ask the agent to run a repo health sweep over the evlog repository and report any skills, docs, or examples that contradict the current package surface.