AgentStack
SKILL verified MIT Self-run

Changelog Writer

skill-tolztoy-skillci-clean-skill · by tolztoy

Generates a clean, grouped CHANGELOG entry from a list of git commit messages. Use when the user asks to draft release notes or a changelog from recent commits.

No reviews yet
0 installs
3 views
0.0% view→install

Install

$ agentstack add skill-tolztoy-skillci-clean-skill

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Changelog Writer? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Changelog Writer

Turn raw commit messages into a readable changelog section.

Procedure

  1. Read the commit messages provided by the user (or run git log --oneline if asked).
  2. Group commits into these sections, skipping any that are empty:
  • Added — new features (commits starting with feat)
  • Fixed — bug fixes (commits starting with fix)
  • Changed — other user-facing changes
  • Internal — chores, refactors, tests (commits starting with chore, refactor, test)
  1. Rewrite each entry in the past tense, imperative voice, without the commit prefix.
  2. Output a Markdown section headed with the version and today's date.

Example

Input commits:

feat: add dark mode toggle
fix: correct timezone in date picker
chore: bump deps

Output:

## 1.4.0 — 2026-06-10

### Added
- Dark mode toggle

### Fixed
- Correct timezone in the date picker

### Internal
- Bumped dependencies

Keep entries short. Never invent changes that aren't in the commits.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.