docs-and-changelogs
Installation
SKILL.md
Documentation and Changelogs
Generate and maintain project documentation including changelogs, architectural decision records, and product requirement documents.
Overview
To manage project documentation effectively:
- Generate changelogs from git commit history using Conventional Commits
- Maintain CHANGELOG.md with semantic versioning
- Create architectural decision records (ADR) for significant decisions
- Scaffold product requirement documents (PRD) for new features
- Automate documentation updates as part of release process
Changelog Generation
To generate changelogs from Conventional Commits: