document-release

Compare project documentation with code changes and update relevant Markdown files.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/Santiagoisper/BOPE_VERSION_DEFINITIVA --skill document-release-santiagoisper
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: document-release
Source: https://github.com/Santiagoisper/BOPE_VERSION_DEFINITIVA/tree/main/.agents/skills/gstack/document-release
Command: npx skills add https://github.com/Santiagoisper/BOPE_VERSION_DEFINITIVA --skill document-release-santiagoisper

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, and includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of updating documentation after a software release, ensuring that all project documentation remains accurate and up-to-date.

Core Features & Use Cases

  • Automated Documentation Update: Reads project documentation, cross-references changes, and updates files like README, ARCHITECTURE, CONTRIBUTING, and AGENTS.md.
  • CHANGELOG Polishing: Refines the CHANGELOG voice and removes TODO items.
  • Version Bumping: Optionally updates the project version number.
  • Use Case: After merging a feature branch into the main branch, use this Skill to automatically update the project documentation and prepare the CHANGELOG for the next release.

Quick Start

Run the 'document-release' skill to update project documentation after a release.

Frequently Asked Questions about document-release

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

FAQPage Schema
How do I automate documentation updates after a software release?

You can automate post-ship documentation updates by comparing project code changes with existing Markdown files, updating relevant docs, and optionally bumping the version number. This streamlines the process of keeping documentation accurate after merging a feature branch.

How do I prepare a CHANGELOG for the next release after merging code?

Preparing a CHANGELOG after a merge involves refining the changelog voice and removing any leftover TODO items. This process cross-references code changes to ensure the changelog accurately reflects the post-ship updates.

Does automated documentation update work with Git version control?

Yes, automated documentation update works directly with Git version control. It requires Git to compare project documentation with code changes and read project files to update Markdown documentation post-ship.

Can I automatically update project files like README and ARCHITECTURE from code changes?

Yes, you can automatically update project files like README, ARCHITECTURE, CONTRIBUTING, and AGENTS.md. The process reads existing Markdown documentation, cross-references it with code changes, and updates the relevant files.

What is the best way to keep Markdown documentation accurate after merging a feature branch?

The best way to keep Markdown documentation accurate is to run an automated post-ship update process. This cross-references code changes with existing Markdown documentation, updates relevant files, and optionally bumps the project version number.