Prepare Changelog banner
aws-solutions-library-samples aws-solutions-library-samples

Prepare Changelog

Documentation community

Description

# Prepare CHANGELOG — GenAI IDP Accelerator Use this skill to review and clean up the **`## [Unreleased]`** section of `CHANGELOG.md` before a release, so it reads as a crisp, user-facing summary of what actually changed **since the last published release** — not a running log of the dev cycle. ## Goal Turn the raw, accreted `[Unreleased]` section into a release-ready changelog with: 1. **Exactly three subsections, in this order: `### Added`, `### Changed`, `### Fixed`.** (Fold any `### R

Installation

Installs to ~/.claude/skills/aws-solutions-library-samples-accelerated-intelligent-document-processing-on-aws-prepare-changelog/SKILL.md

Terminal
mkdir -p ~/.claude/skills/aws-solutions-library-samples-accelerated-intelligent-document-processing-on-aws-prepare-changelog && curl -fsSL https://raw.githubusercontent.com/aws-solutions-library-samples/accelerated-intelligent-document-processing-on-aws/HEAD/.claude/skills/prepare-changelog.md -o ~/.claude/skills/aws-solutions-library-samples-accelerated-intelligent-document-processing-on-aws-prepare-changelog/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository