What problem does it solve?
This Skill helps teams keep the documentation hub in sync with the codebase by automatically analyzing recent changes, detecting drift, validating structure, and proposing targeted updates.
Core Features & Use Cases
- Pre-update validation: Ensure the hub's structure is correct and all references are valid before publishing.
- Change analysis & drift detection: Identify changes since the last doc update and surface drift between docs and code.
- Scoped update proposals: Generate concrete, minimal updates to align docs with code changes and architecture.
- Use Case: A documentation team wants to verify that every code change is reflected in docs and receive a concise update plan.
Quick Start
Run pre-update validation: python scripts/validate_hub.py /path/to/project
Analyze recent changes: python scripts/analyze_changes.py /path/to/project
Detect drift and generate proposals: python scripts/detect_drift.py /path/to/project
Review proposals and apply updates, then re-validate the hub: python scripts/validate_hub.py /path/to/project