document-release

Automate post-ship documentation updates by comparing files against the codebase.

Updated Jun 19, 2026
One-click install
npx skills add https://github.com/moogieon/kadera --skill document-release-moogieon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: document-release
Source: https://github.com/moogieon/kadera/tree/main/.claude/skills/gstack/document-release
Command: npx skills add https://github.com/moogieon/kadera --skill document-release-moogieon

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of updating documentation after a software release, ensuring consistency and accuracy.

Core Features & Use Cases

  • Documentation Auditing: Checks all project documentation files for changes and inconsistencies.
  • Auto-Updates: Applies factual updates directly to documentation files.
  • Risk Assessment: Flags updates that require user approval for potential risks.
  • CHANGELOG Polishing: Enhances the voice and clarity of CHANGELOG entries.
  • Cross-Doc Consistency Check: Ensures that documentation files are consistent across the project.
  • TODOS Cleanup: Updates TODO items in TODOS.md based on the latest code changes.
  • VERSION Bump Question: Informs if a VERSION bump is necessary and guides the process.
  • Commit & PR Body Update: Updates the commit message and PR body with documentation changes.
  • PR Title Sync: Ensures PR titles start with the correct version number.
  • Codex Documentation Review: Optionally reviews the documentation against the codebase for consistency.

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?

Automating post-ship documentation updates involves reading project documentation files, comparing changes against the codebase, and applying factual updates directly to ensure consistency. This process also flags risky updates for approval and polishes CHANGELOG entries.

What is the best way to keep project documentation consistent with codebase changes?

Keeping documentation consistent with codebase changes requires cross-doc consistency checks and codebase integration to audit files. It updates TODOS.md items based on latest code changes and optionally reviews documentation against the codebase.

Do I need a specific environment to automate document updates and codebase integration?

Yes, automating document updates and codebase integration requires a gstack environment and access to the project's code repository to read files, compare changes, and apply auto-updates successfully.

Can I use documentation automation to sync PR titles and update commit messages?

Yes, documentation automation can sync PR titles to start with the correct version number and update commit messages and PR bodies with documentation changes, ensuring software release consistency across version control.

How does change management handle risky document updates during a software release?

Change management handles risky document updates by flagging them for user approval during the software release process, ensuring that potentially problematic auto-updates to documentation files are reviewed before application.

When should I not use automated post-ship documentation updates?

You should avoid automated post-ship documentation updates if your project lacks a gstack environment or code repository access, as comparing codebase changes and applying auto-updates depends entirely on these prerequisites.