What problem does it solve? Documentation drifts out of sync with code as projects evolve, leaving outdated parameters, wrong examples, and descriptions of removed features that mislead developers. This Skill locates the code behind a document, confirms real behavior, updates only the affected sections, and verifies consistency with a read-only review subagent. ## Core Features & Use Cases - Two entry modes: Start from a document to find its code (update mode), or start from a change point to find all affected documents (correction mode). - Evidence-based editing: Every change must trace back to a code location (file:line) or a reproducible command output; unverifiable items go to a user confirmation list instead of being guessed. - Subagent consistency review: A read-only verification agent (references/verify-agent.md) cross-checks each claim against the fact source and returns a list of consistent items, inconsistencies, and documentation gaps. - Use Case: After refactoring an API's parameters, point the Skill at the API reference doc; it locates the implementation, diffs documented vs actual behavior, updates only the changed sections, and commits documentation-only changes. ## Quick Start Ask the agent to read the specified documentation, find the corresponding code, confirm the actual behavior, and sync the docs so they match the code.