What problem does it solve?
It prevents HotPlex documentation from going stale by detecting code changes and updating only the documentation that is truly affected, instead of doing mechanical checklist reviews.
Core Features & Use Cases
- Change-aware doc maintenance: Tracks a rolling baseline commit and analyzes new commits by intent (feature additions, breaking behavior changes, refactors, bug fixes).
- Code→docs impact mapping: Uses the documentation registry to determine which docs are likely impacted, then verifies the content against current code and documentation.
- Health-checked updates: Builds the docs with make docs-build to ensure links and documentation compile successfully before finalizing.
- Precise remediation: Fixes outdated content, fills missing details for new capabilities/configs, removes redundant descriptions, and repairs broken cross-references.
Quick Start
Run the docs patrol skill when users ask about daily docs status or after releases and major PR merges, so it can update the correct HotPlex documentation based on since-last-run code changes.