changelog-draft

Generate release changelogs from project notes and git history.

Updated Jul 1, 2026
One-click install
npx skills add https://github.com/Plasma-AndraaX/armature --skill changelog-draft
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: changelog-draft
Source: https://github.com/Plasma-AndraaX/armature/tree/main/plugin/skills/changelog-draft
Command: npx skills add https://github.com/Plasma-AndraaX/armature --skill changelog-draft

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the creation of user-facing release changelogs from notes and git history, streamlining the documentation process.

Core Features & Use Cases

  • Automated Changelog Drafting: Converts notes in _next.md into formatted changelogs.
  • Cross-Checking: Ensures all relevant changes are included from git log and merged PRs.
  • Project Overlay Support: Allows project-specific customizations and hooks.

Quick Start

Generate the changelog draft for release v1.2 using the changelog-draft skill.

Frequently Asked Questions about changelog-draft

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

FAQPage Schema
How do I generate a changelog from git history and project notes?

To generate a changelog from git history and project notes, you can use an automated script that converts notes in `_next.md` and cross-checks merged PRs to produce formatted release documentation.

What is the best way to automate release changelog drafting for markdown documentation?

The best way to automate release changelog drafting is using a tool that parses git command-line history and project notes to output formatted markdown files, ensuring all relevant changes are included.

Can I use git command-line tools to cross-check merged PRs for changelog creation?

Yes, you can use git command-line tools to cross-check merged PRs against your project notes, ensuring your changelog draft accurately reflects all relevant code changes before publishing.

Does automated changelog generation work with custom project overlays and hooks?

Automated changelog generation supports project-specific customizations through project overlays, allowing you to integrate custom hooks into the markdown drafting and git history processing workflow.

Why should I use notes in `_next.md` for tracking release management changes?

Using notes in `_next.md` for release management allows you to capture incremental changes that are later cross-checked against git history, ensuring no relevant update is missed in the final changelog draft.

How do I draft a changelog for a specific version release using git history?

You can draft a changelog for a specific version by processing your git log and project notes, which automatically formats the merged changes into a structured markdown document for that release.