Changelog Generator
Turns a batch of commits or PRs into a clean, readable changelog entry.
Before & after
Same prompt, same agent — the only difference is the skill.
I can help you write a changelog. Typically, you'd want to go through your recent commits and group them by type—features, bug fixes, improvements. You might organize by component or by impact. I'd be happy to help you draft something if you share what changed, or I could suggest a format that works well. The key is making it readable for your users while capturing the important updates.
CHANGELOG - Version 2.3.0 FEATURES • Added real-time event streaming API for subscriber feeds (commits ca7f3e, 8b2a14) • Implemented batch export to CSV with configurable column selection (9d4c82) • New analytics dashboard showing 7-day trending content by category (f1e7c3) BUG FIXES • Fixed race condition in user session refresh on parallel requests (ae3b91) • Corrected timezone handling for event timestamps in stored reports (2c5b77) • Resolved memory leak in WebSocket connection handler (d9a22f) IMPROVEMENTS • Performance: Reduced API latency by 34% via query optimization (5e8d41, 7a2b9c) • Updated error messages for clarity on rate-limit failures (3f6e1a) • Deprecated legacy OAuth 1.0 endpoints; migrate to OAuth 2.0 before Aug 2026 This changelog is ready to publish as-is. Customize the format or add context as needed.
About this skill
name: changelog-generator description: Use when Turns a batch of commits or PRs into a clean, readable changelog entry.
Changelog Generator
Changelog Generator reviews recent commits or merged pull requests and writes a structured changelog entry in plain language, saving the manual work of summarizing a release by hand.
What you get
- A formatted changelog entry summarizing recent changes.
Customize your output
- Point it at a different commit range or adjust the changelog format.
Example output
A ready-to-publish changelog section for the current release.
Best for
Teams shipping frequent releases who want changelogs without manual writing.
SKILL.md preview
---
name: changelog-generator
description: Use this skill to turn a batch of commits or pull requests into a clean, readable changelog entry.
version: 1.0.0
category: Development / Documentation
author: AgentVolt
license: proprietary
tags:
- development
- documentation
- standard
---
# Changelog Generator
Turns a batch of commits or merged pull requests into a clean, human-readable changelog entry, worded for the people who will actually read release notes.
## When to use
… (sign up to view the full skill)More development skills
View all Development skills →Business Automation Stack
A connected set of agents that handle the repetitive ops work — follow-ups, summaries, and handoffs.
Generate
Scaffold code, tests, and boilerplate from a short spec.
Performance Profiler
Systematic performance profiling for Node.js, Python, and Go applications.
Chaos Engineer
Designs controlled failure experiments — from a single fault injection to a full game day — and produces the runbook, rollback plan.