Universal Documentation Updater Analyzes git changes since the latest release tag and updates the documentation files that should change with them. Overview Use git history to identify release-relevant changes, then update , , and any relevant documentation folders. Keep the workflow focused on explicit user approval, precise edits, and repository-specific documentation structure. When to Use Use this skill when: - Preparing release notes or an changelog update - Syncing or documentation after feature work lands - Reviewing what changed since the last release before a PR or release Prerequisi…