office-release-notes

Generate DOCX release notes from CHANGELOG.md source documentation.

11|Updated Jun 7, 2026
One-click install
npx skills add https://github.com/didclawapp-ai/zagens --skill office-release-notes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: office-release-notes
Source: https://github.com/didclawapp-ai/zagens/tree/main/crates/runtime-server/assets/skills/office-release-notes
Command: npx skills add https://github.com/didclawapp-ai/zagens --skill office-release-notes

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires markdown, python-docx, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the generation of product release notes from documentation, saving time and reducing errors in creating detailed and comprehensive release summaries.

Core Features & Use Cases

  • Summarization: Automatically summarize changes from source documentation.
  • Content Extraction: Extracts changes such as new features, improvements, and bug fixes.
  • Formatting: Outputs the release notes in a standardized DOCX format.
  • Use Case: For a software development team, this Skill can quickly generate release notes from a CHANGELOG file, ensuring all updates are documented accurately.

Quick Start

Run the 'office-release-notes' skill to create release notes from your CHANGELOG.md file.

Frequently Asked Questions about office-release-notes

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

FAQPage Schema
How do I automate release note generation from a markdown changelog?

Automating release note generation from a markdown changelog requires a tool that parses markdown content and formats it into a readable summary. This Skill extracts change entries from source documentation and outputs them as a structured DOCX file.

Can I extract new features and bug fixes from documentation into a DOCX file?

Extracting new features, improvements, and bug fixes from documentation into a DOCX file is supported. This Skill analyzes source markdown files to identify changes and formats them into a standardized Word document automatically.

Do I need Python markdown and python-docx libraries to create software release notes?

Python markdown and python-docx libraries are required to create software release notes using this Skill. These dependencies process the markdown input and render the extracted changes into the final DOCX output document.

What is the best way to convert a CHANGELOG.md file into formatted release notes?

Converting a CHANGELOG.md file into formatted release notes is best handled by automated documentation tools. This Skill parses the markdown changelog, extracts relevant changes, and generates a standardized DOCX document for distribution.

Are there limitations when using markdown processing for automated documentation?

Limitations of using markdown processing for automated documentation include relying on the structure of the source markdown file. This Skill requires properly formatted markdown input to accurately extract changes and generate the DOCX output.

Does office-release-notes support change tracking for software development workflows?

Office-release-notes supports change tracking for software development workflows by processing markdown documentation. It extracts tracked changes and formats them into a DOCX document, ensuring all updates are documented accurately.