prism-changelog

Generates release changelogs from Git commit data between two tags.

Updated May 2, 2026
One-click install
npx skills add https://github.com/HunterMcGrew/PRISM --skill prism-changelog
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prism-changelog
Source: https://github.com/HunterMcGrew/PRISM/tree/main/.cursor/skills/prism-changelog
Command: npx skills add https://github.com/HunterMcGrew/PRISM --skill prism-changelog

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, github-api, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the creation of release changelogs by automating the categorization, consolidation, and formatting of commits between two Git tags, making release notes comprehensive and readable.

Core Features & Use Cases

  • Automated Changelog Generation: Creates structured release notes based on Git tags, automatically categorizing and summarizing changes.
  • Detailed Descriptions: Generates comprehensive descriptions for each change, including bug fixes, features, and improvements.
  • Audience Awareness: Prioritizes content to ensure readability for both developers and stakeholders.

Quick Start

Use the changelog writer skill to generate the release notes between tags 'v1.2.0' and 'v1.3.0'.

Frequently Asked Questions about prism-changelog

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

FAQPage Schema
How do I generate release notes from Git commits between two tags?

Generate release notes by analyzing Git commit data between two tags. The Skill automatically categorizes commits into features, fixes, or improvements and formats the changelog for readability and impact prioritization.

Do I need Git and GitHub access to automate changelog generation?

Yes, automated changelog generation requires Git for tag resolution and the GitHub API for retrieving pull request links to ensure comprehensive and accurately referenced release notes.

Can I categorize Git commits into features and fixes for my release notes?

Yes, you can categorize Git commits into features, fixes, and improvements. The Skill analyzes commit data to automatically sort and consolidate changes for structured technical writing.

What is the best way to format changelogs for both developers and stakeholders?

The best way to format changelogs is by prioritizing content for audience awareness. The Skill structures release notes to ensure readability for both developers and stakeholders by detailing bug fixes and features.

How does commit analysis handle impact prioritization in a changelog?

Commit analysis handles impact prioritization by evaluating Git commit data between tags, categorizing the changes, and formatting the output to highlight the most impactful updates first for stakeholders.