agentic-workflows-blueprint.workflow.changelog

Generate changelog entries from approved documentation reviews with reviewStatus PASS.

66|4|Updated May 6, 2026
One-click install
npx skills add https://github.com/devton/agentic-workflow-blueprint --skill agentic-workflows-blueprint-workflow-changelog
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agentic-workflows-blueprint.workflow.changelog
Source: https://github.com/devton/agentic-workflow-blueprint/tree/main/workflows/changelog
Command: npx skills add https://github.com/devton/agentic-workflow-blueprint --skill agentic-workflows-blueprint-workflow-changelog

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the creation of concise changelog entries after documentation reviews, ensuring changelogs reflect approved changes and are ready for publication.

Core Features & Use Cases

  • Automatically extract the impact and scope from reviewed documents and summarize changes for end users.
  • Write or append a clear, structured entry to the designated changelog target, maintaining consistency across releases.
  • Use in workflows where documentation goes through a review gate and requires traceable, publish-ready change records.

Quick Start

Trigger this skill by passing the reviewStatus, docTarget, changeSummary, and changelogTarget to generate and store the changelog entry.

Frequently Asked Questions about agentic-workflows-blueprint.workflow.changelog

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

FAQPage Schema
How do I automatically generate a changelog entry after a documentation review is approved?

To automate changelog entry generation after documentation review, pass the reviewStatus, docTarget, changeSummary, and changelogTarget parameters. The system validates that reviewStatus is PASS, summarizes the end-user impact, and writes a concise, publish-ready record to the designated target.

What is the best way to maintain consistent changelog entries across multiple documentation updates?

Maintaining consistent changelog entries is achieved by automating generation from approved documents with reviewStatus = PASS. This ensures every entry focuses on end-user and maintainer impact, maintaining a uniform, publish-ready structure across multiple updates.

Does this changelog automation tool work with any documentation review workflow?

Yes, this changelog automation works with any documentation review workflow that can pass the required reviewStatus, docTarget, changeSummary, and changelogTarget parameters. It specifically requires the review process to output a PASS status before generating and storing an entry.

Can I append a new changelog entry to an existing target file without overwriting previous records?

Yes, you can append new changelog entries to an existing target file. The system writes or updates the designated changelogTarget with clear, factual entries, ensuring new additions from approved changes are integrated without overwriting previous publish-ready records.

What parameters do I need to pass to trigger automated changelog generation?

To trigger automated changelog generation, pass four parameters: reviewStatus (must be PASS), docTarget (the reviewed document), changeSummary (the summary of changes), and changelogTarget (the destination file). This data drives the extraction and validation process.

Why does my changelog entry generation fail when the documentation review is not fully approved?

Changelog entry generation fails when documentation review is not fully approved because the system strictly requires a reviewStatus of PASS. This ensures only finalized, approved changes are summarized for end-user and maintainer impact, preventing unverified modifications from being published.