What problem does it solve?
Modpack curators often spend excessive time manually formatting and grouping release changes into player-friendly changelogs, leading to inconsistent formatting, missing compatibility notes, and unclear version tracking for end users.
Core Features & Use Cases
- Automated Changelog Creation: Generates the
<project>/docs/release-changelog.md file automatically if it does not already exist, with the correct header structure for modpack release notes.
- Semantic Change Grouping: Organizes changes into standard buckets (Added, Changed, Fixed, Removed, Compatibility) to make release notes scannable for players, and omits empty buckets to reduce noise.
- Semver & Version Management: Suggests appropriate semantic version bumps based on change impact (major for load-order or save-breaking changes, minor for new mods, patch for fixes) and prevents duplicate version entries.
- Dev-Log Integration: Optionally summarizes entries from the modpack's dev-log into player-facing changelog bullets, with user confirmation to avoid leaking internal curator notes.
- Use Case: When cutting a new modpack release for Nexus Mods, Discord, or GitHub, this skill produces structured, consistent release notes in seconds without manual formatting work.
Quick Start
Ask the writing-modpack-changelog skill to draft a grouped release changelog for your latest modpack version.