source-command-changelog

Parse CHANGELOG.md to extract version blocks with dates and content.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/srednoff888-art/4 --skill source-command-changelog
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: source-command-changelog
Source: https://github.com/srednoff888-art/4/tree/main/.agents/skills/source-command-changelog
Command: npx skills add https://github.com/srednoff888-art/4 --skill source-command-changelog

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill lets you quickly surface the most recent entries from a project's CHANGELOG.md, so you can stay up-to-date without opening files manually.

Core Features & Use Cases

  • Read CHANGELOG.md and extract the latest version sections (date, version, and details).
  • Support limited or all entries based on user request.
  • Use Case: When a release is announced, fetch the top entries to summarize changes for a stand-up or ticketing.

Quick Start

Display the latest entries from CHANGELOG.md.

Frequently Asked Questions about source-command-changelog

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

FAQPage Schema
How do I quickly view the latest CHANGELOG.md entries without opening the file manually?

To view the latest CHANGELOG.md entries without opening the file manually, you can parse the markdown file to extract version blocks with dates and content, displaying the most recent sections formatted for clarity directly in your output interface.

What is the best way to extract specific release notes from a markdown changelog?

The best way to extract specific release notes from a markdown changelog is to parse the file and limit the output to the last N entries, preserving section headings and formatting the extracted version blocks for clear readability.

Can I display all version blocks from CHANGELOG.md or am I limited to recent entries?

You can display all version blocks from CHANGELOG.md. The parsing mechanism supports both retrieving all entries and limiting the output to the last N entries, giving you full control over how much changelog history you need to surface.

Does the changelog parser preserve section headings when extracting version content?

Yes, the changelog parser preserves section headings when extracting version content. It implements robust parsing to ensure that the structural formatting of the original markdown file is maintained in the final displayed output.

How do I summarize recent project changes for a stand-up using CHANGELOG.md?

To summarize recent project changes for a stand-up using CHANGELOG.md, extract the top version sections by limiting the output to the last N entries, fetching the latest dates and details quickly for your reporting needs.