gs:document-release

Automate post-ship documentation updates by comparing diffs and revising READMEs and CHANGELOGs.

34|6|Updated Apr 19, 2026
One-click install
npx skills add https://github.com/thanh-abaii/gstack-windows-port --skill gs-document-release
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: gs:document-release
Source: https://github.com/thanh-abaii/gstack-windows-port/tree/main/skills/gstack-document-release
Command: npx skills add https://github.com/thanh-abaii/gstack-windows-port --skill gs-document-release

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of updating documentation after a project has been shipped, ensuring that all relevant information is up-to-date and consistent.

Core Features & Use Cases

  • Documentation Synchronization: Automatically updates README, Architecture, Contributing, and Claude.md files to reflect the latest shipped version.
  • Change Tracking: Cross-references the diff to update documentation accurately.
  • Voice Polishing: Refines the CHANGELOG voice and cleans up TODOs.
  • Version Bumping: Optionally increments the version number.
  • Use Case: After merging a PR or shipping code, use this Skill to update the documentation to reflect the changes.

Quick Start

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

Frequently Asked Questions about gs:document-release

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

FAQPage Schema
How do I automatically update project documentation after a release?▼

You can automate post-ship documentation updates by running a script that compares codebase diffs, updates README and Architecture files, and polishes the CHANGELOG to reflect the latest shipped version.

What is the best way to keep a README and CHANGELOG in sync with code changes?▼

The best way to keep documentation in sync is to cross-reference your version control diff after merging a PR, automatically applying those changes to the README, Contributing, and CHANGELOG files.

Can I clean up TODOs and refine the CHANGELOG voice automatically?▼

Yes, you can refine the CHANGELOG voice and clean up leftover TODOs automatically by running a post-ship documentation update script that polishes text and synchronizes project files.

How do I increment version numbers and update software documentation simultaneously?▼

You can increment version numbers and update software documentation simultaneously by executing a release automation script that bumps the version and applies the diff to your docs.

Does this documentation synchronization approach work for any software development workflow?▼

Yes, this documentation synchronization approach is designed for standard software development workflows where project documentation needs to be kept in sync with the latest codebase after shipping code.