docs-updater
Installation
SKILL.md
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 README.md, CHANGELOG.md, 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
Unreleasedchangelog update - Syncing
README.mdor documentation after feature work lands - Reviewing what changed since the last release before a PR or release
Prerequisites
Before starting, verify that the following conditions are met: