关于
The Doc Sync skill serves as an automated auditor for project documentation, specifically optimized for repositories like IdeaVim. It adopts a 'guilty until proven innocent' mindset toward documentation, prioritizing the actual codebase implementation as the ultimate source of truth. By analyzing git history for recent deletions, extracting function signatures from markdown files, and cross-referencing them against the current API, this skill helps developers ensure that READMEs, contribution guides, and technical manuals never become obsolete. It can operate bidirectionally, either verifying existing docs against the code or updating documentation automatically following a significant code refactor.