documentation-automation
Installation
SKILL.md
Documentation Automation Skill
This skill proactively maintains project documentation as you work, ensuring that changes are properly documented across CHANGELOG.md, README files, and inline code comments.
When This Skill Is Used
Automatically trigger this skill (proactively offer to use it) after:
- ✅ Implementing a new feature
- ✅ Fixing a bug
- ✅ Making breaking changes
- ✅ Adding new API endpoints or functions
- ✅ Refactoring significant code
- ✅ Completing a user story or task
- ✅ Before creating a git commit for significant work
Do NOT trigger for:
- Minor typo fixes (unless in documentation itself)
- Work in progress (not yet complete)
- Trivial code cleanup with no functional impact