name: change-writer description: Generates clean, human-readable changelogs and release notes from git commits and file changes. Use when preparing for a release or summarizing recent work.
Change Writer Skill
This skill analyzes recent changes in the repository to generate structured changelogs. It categorizes changes into Features, Fixes, and Refactors.
Instructions
- Analyze History: Run the git log command to see recent changes.
- Identify Impact: Look at changed files to understand the scope (e.g., UI, logic, infrastructure).
- Draft Notes: Group changes by type (Feat, Fix, Chore, Docs).
- Format: Output in Markdown format compatible with
CHANGELOG.mdor GitHub Releases.
Categories
- π Features: New functionality.
- π Bug Fixes: Resolving issues.
- β‘ Performance: Speed optimizations.
- π§Ή Chores: Internal tasks, dependency updates.
- π Documentation: Changes to docs.
Example Output
## [1.2.0] - 2025-12-27
### π Features
- Added `Zustand` store for global theme management.
- Implemented `api-expert` skill for better backend integration.
### π Bug Fixes
- Fixed keyboard avoiding view overlap on Android.
- Resolved race condition in auth flow.
### π§Ή Chores
- Updated `expo` to SDK 54.
- Cleaned up unused assets.
Run scripts/get-changes.sh to see a summary of unstaged changes.
Related skills
Next.js App Router Expert
Development
A skill that turns Claude into a Next.js App Router expert.
Claude CodeCursoradvanced
890
234
3,220
README Generator
Development
Creates professional and comprehensive README.md files for your projects.
claudeCursorWindsurfbeginner
259
72
1,122
API Documentation Writer
Development
Generates comprehensive API documentation in OpenAPI/Swagger format.
claudeCursorWindsurfintermediate
156
44
988