document-release

Update project documentation to reflect latest shipped code changes.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/SoSoBurner/GStack --skill document-release-sosoburner
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: document-release
Source: https://github.com/SoSoBurner/GStack/tree/main/document-release
Command: npx skills add https://github.com/SoSoBurner/GStack --skill document-release-sosoburner

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Bash, Read, Write, Edit, Grep, Glob, AskUserQuestion, and includes scripts (resource) components.

What problem does it solve?

This Skill automatically updates project documentation, including README, architecture, contributing, Claude.md, and CHANGELONG.md, to ensure all project documentation matches the latest shipped code. It saves time by eliminating manual documentation updates.

Core Features & Use Cases

  • Documentation Update: Updates project documentation to reflect the latest shipped code changes.
  • Cross-Referencing: Cross-references the diff and updates relevant documentation accordingly.
  • Quality Control: Ensures the documentation reflects changes in voice, TODOS, and VERSIONs.
  • Use Case: After merging a code change, automatically update the documentation to keep it in sync with the codebase.

Quick Start

Use the document-release skill to update all documentation after a merge. For example: Run /document-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 merging code changes?

To automate documentation updates after a merge, use a post-merge script to cross-reference the code diff and update README, architecture, contributing, and changelog files to match the latest shipped code.

What is post-merge documentation synchronization?

Post-merge documentation synchronization is the process of automatically updating project references like README and CHANGELONG.md to accurately reflect the latest code changes, ensuring documentation accuracy without manual edits.

Can I use Bash scripts to update project documentation automatically?

Yes, you can use Bash scripts alongside Read, Write, and Edit tools to automate the process of updating project documentation, ensuring all project references match the latest codebase modifications.

What's the best way to keep README and changelog files in sync with the codebase?

The best way to keep README and changelog files in sync is to automate the update process after code is shipped, cross-referencing diffs to update relevant documentation, voice, TODOS, and VERSIONs automatically.

Does this documentation automation update all project files?

This documentation automation updates README, architecture, contributing, Claude.md, and CHANGELONG.md files, ensuring they reflect changes in voice, TODOS, and VERSIONs to maintain an accurate project reference.