doc-sync-sentinel
Installation
SKILL.md
Doc-Sync Sentinel
This skill ensures that documentation never becomes stale by keeping it in perfect sync with the implementation.
Capabilities
1. Drift Detection
- Analyzes recent commits and compares them against existing documentation (README, internal docs, JSDoc).
- Identifies specific sections that are no longer accurate due to code changes.
2. Autonomous Update
- Generates updated documentation text that reflects the current state of the code.
- Can automatically propose PRs to fix documentation drift.