changelog

Generate changelogs from Git history, sprint data, and design documents.

Updated May 16, 2026
One-click install
npx skills add https://github.com/SeongHuni/LightNShadowSurviver --skill changelog-seonghuni
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: changelog
Source: https://github.com/SeongHuni/LightNShadowSurviver/tree/main/GameStudio/codex/skills/changelog
Command: npx skills add https://github.com/SeongHuni/LightNShadowSurviver --skill changelog-seonghuni

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, python, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of detailed changelogs, streamlining the process of documenting changes and improvements in software development.

Core Features & Use Cases

  • Git Log Parsing: Extracts changes from the repository's commit history.
  • Sprint and Design Documentation Analysis: Integrates information from sprint reports and design documents to provide context.
  • Customizable Changelogs: Generates both internal and player-facing versions of the changelogs.
  • User-Friendly Interface: Offers a simple command to initiate the changelog generation process.

Quick Start

Run the generate-changelog command to automatically create a changelog for the latest version.

Frequently Asked Questions about changelog

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

FAQPage Schema
How do I generate a changelog from Git history and commit logs?

You can generate a changelog from Git history by running the `generate-changelog` command, which parses repository commit logs to extract changes. It integrates sprint data and design documents to provide full context for software version documentation.

Can I create both internal and player-facing changelogs from the same repository?

Yes, you can create both internal and player-facing changelogs from the same repository. The Skill customizes the output versions, extracting details from Git history and design documents to target different audiences while documenting software changes.

Do I need Python and Git installed to automate software documentation generation?

Yes, you need both Python and Git installed to automate software documentation generation. These dependencies are required to parse repository commit logs and execute the scripts that build the changelog from your project history.

How do sprint reports and design documents integrate into Git change tracking?

Sprint reports and design documents integrate into Git change tracking by providing contextual information alongside raw commit logs. The Skill analyzes these documents to add meaningful context to the extracted repository changes for comprehensive changelogs.

What is the best way to document software changes without manually writing version histories?

The best way to document software changes without manual writing is automating the extraction from Git history and sprint data. This approach parses commit logs and design documents to generate professional changelogs automatically, streamlining development documentation.