What problem does it solve?
Documentation teams often struggle with keeping changelogs up to date, measuring how fresh documentation is relative to code changes, and ensuring internal references remain valid as the project evolves. This skill provides automated workflows to address those gaps by analyzing git history, generating changelogs, tracking document freshness, and validating cross-references.
Core Features & Use Cases
- Changelog generation from git history for project releases and notable changes.
- Documentation freshness analysis by comparing docs age with code changes to flag stale documentation.
- Cross-reference validation to detect broken links or references across docs, source code, and assets.
- Structured reporting and guidance to maintain documentation quality over time.
- Use Case: A frontend project uses this skill to continuously update its CHANGELOG, verify doc references after each sprint, and surface stale docs for targeted updates.
Quick Start
Run the documentation-management skill against your repository to generate a changelog, assess documentation freshness, and validate cross-references.