change-writer

Installation
SKILL.md

Change Writer Skill

This skill analyzes recent changes in the repository to generate structured changelogs. It categorizes changes into Features, Fixes, and Refactors.

Instructions

  1. Analyze History: Run the git log command to see recent changes.
  2. Identify Impact: Look at changed files to understand the scope (e.g., UI, logic, infrastructure).
  3. Draft Notes: Group changes by type (Feat, Fix, Chore, Docs).
  4. Format: Output in Markdown format compatible with CHANGELOG.md or GitHub Releases.

Categories

  • ๐Ÿš€ Features: New functionality.
  • ๐Ÿ› Bug Fixes: Resolving issues.
  • โšก Performance: Speed optimizations.
  • ๐Ÿงน Chores: Internal tasks, dependency updates.
  • ๐Ÿ“ Documentation: Changes to docs.
Installs
3
First Seen
Feb 11, 2026
change-writer โ€” dtsvetkov1/agent-rules