changelog

Generate structured changelogs from Git commits, sprint reports, and design documents.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/jtvaris/sunday-night-dynasty --skill changelog-jtvaris
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: changelog
Source: https://github.com/jtvaris/sunday-night-dynasty/tree/main/.agents/skills/changelog
Command: npx skills add https://github.com/jtvaris/sunday-night-dynasty --skill changelog-jtvaris

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the creation of changelogs by aggregating git commits, sprint reports, and design documents, reducing manual effort and ensuring consistency.

Core Features & Use Cases

  • Internal changelog generation: Produces a full technical changelog including commits, owners, and design references for internal teams.
  • Player-facing changelog: Generates a friendly release-note style changelog suitable for community documentation.
  • Context-aware scope: Reads sprint reports from production/sprints and design documents from design/gdd to contextualize changes.

Quick Start

Invoke the changelog skill with a target version or sprint number to generate both internal and player-facing changelogs.

Frequently Asked Questions about changelog

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I auto-generate changelogs from git commits and sprint reports?

You can auto-generate changelogs by consolidating Git commits, sprint reports, and design documents into structured outputs. The skill reads sprint metadata and design docs to contextualize changes, producing both internal technical logs and player-facing release notes.

Can I create both internal and player-facing release notes from the same sprint data?

Yes, generating both internal and player-facing release notes from the same sprint data is supported. The internal changelog includes technical commits and owners, while the player-facing version translates changes into friendly community documentation.

How do I organize design documents and sprint reports for automated changelog generation?

To organize design documents and sprint reports for automated changelog generation, place sprint reports in the production/sprints directory and design documents in the design/gdd directory. The skill reads these paths to contextualize the generated changelog scope.

What sections are included in an automatically generated game development changelog?

An automatically generated game development changelog includes sections for features, improvements, bug fixes, balance changes, and known issues. It also appends metadata detailing the specific commits and owners responsible for the changes.

Does this changelog generator require specific version or sprint metadata to determine scope?

Yes, providing a target version or sprint number is required to determine the scope of the changelog. This version or sprint metadata dictates which git commits and design documents are consolidated into the final output.