What problem does it solve? Code and configuration changes routinely leave documentation stale: renamed tasks, outdated record counts, unregenerated references, and broken step citations slip through review. This Skill replaces multi-round review fixes with a single pre-merge lookup pass that maps every change surface to the docs it affects. ## Core Features & Use Cases - Change-Surface Map: A lookup table pairing each change type (cumulusci.yml, SFDMU plans, feature flags, Robot suites, API version bumps) with the exact docs and generated references to verify. - Verification Commands: Ready-to-run checks including generate_cci_reference.py, check_plan_readme_consistency.py --strict, validate_sfdmu_v5_datasets.py, and doc-build-step and ERD-count test gates. - Provenance Guardrails: Rules for API version sweeps that protect frozen release snapshots and VERIFIED LIVE captures from being silently retargeted. - Use Case: After renaming a CumulusCI task and editing an SFDMU export.json, run this Skill's checklist to regenerate references, grep for stale task names, and validate plan READMEs in the same commit. ## Quick Start Ask the agent to run the doc-consistency pre-merge review on your current branch diff and report every stale documentation reference it finds.