AgentStack
SKILL verified MIT Self-run

Changelog Writer

skill-migmcc-agent-skill-quality-gate-good-skill · by migmcc

Use when a release is being prepared and a human-readable changelog must be generated from merged pull requests.

No reviews yet
0 installs
0 views
view→install

Install

$ agentstack add skill-migmcc-agent-skill-quality-gate-good-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

Purpose

Generate a clear, human-readable changelog entry for a release from a list of merged pull requests, grouped by change type (features, fixes, docs).

When to use

Use this skill when preparing a release and you have a list of merged PRs that need to be summarized into release notes. Do not use it to decide version numbers — that is the release-manager's job.

Inputs

  • A list of merged pull request titles and numbers.
  • The target release version (e.g. 1.4.0).

Outputs

  • A Markdown changelog section with the version header and grouped bullet

points, ready to paste into CHANGELOG.md.

Acceptance criteria

  • Every input PR appears exactly once in the output.
  • Entries are grouped under Features, Fixes and Docs headings.
  • The version header matches the provided version.

Examples

Input: PRs #12 Add export button (feature), #13 Fix crash on empty list (fix). Output:

## 1.4.0
### Features
- Add export button (#12)
### Fixes
- Fix crash on empty list (#13)

Limitations

  • Does not infer change type when a PR is untagged; it asks for clarification.
  • English output only in v0.1.

Test cases

  • TC-1: three PRs across all groups produce three grouped sections.
  • TC-2: an untagged PR triggers a clarification request rather than a guess.

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.