document-release

Scan release diffs and update core documentation files.

Updated Mar 21, 2026
One-click install
npx skills add https://github.com/studyzy/dev-agent-protocol --skill document-release-studyzy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: document-release
Source: https://github.com/studyzy/dev-agent-protocol/tree/main/.claude/skills/gstack/document-release
Command: npx skills add https://github.com/studyzy/dev-agent-protocol --skill document-release-studyzy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Post-ship documentation drifts as changes are shipped; this Skill reads shipped diffs and updates core docs (README, ARCHITECTURE, CONTRIBUTING, CLAUDE.md) to reflect what was deployed, while polishing the CHANGELOG and TODOS and optionally bumping the VERSION.

Core Features & Use Cases

  • Auto-sync shipped changes across core docs: README, ARCHITECTURE, CONTRIBUTING, and CLAUDE.md.
  • Polish CHANGELOG language, tidy TODOS, and optionally bump VERSION.
  • Proactively suggest updates after a PR is merged or code is shipped to keep docs current.

Quick Start

Trigger the document-release workflow after shipping to align docs with the latest changes.

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 shipping code changes?

Automate documentation updates by scanning shipped diffs to refresh README, ARCHITECTURE, CONTRIBUTING, and CLAUDE.md files. The workflow audits consistency, proposes updates, and polishes the CHANGELOG and TODOS to reflect deployed changes accurately.

What is the best way to keep README and CHANGELOG aligned with post-ship diffs?

Keeping README and CHANGELOG aligned with post-ship diffs involves automatically scanning release changes and refreshing core documentation. It polishes CHANGELOG language, tidies TODOS, and optionally bumps VERSION to prevent documentation drift.

Can I automatically bump VERSION and tidy TODOS when a release is shipped?

You can automatically bump VERSION and tidy TODOS by triggering the documentation workflow after shipping. It reads release diffs, proposes updates to core docs, and defers risky edits to user review for safe version management.

How does automated change-log polishing handle risky documentation edits?

Automated change-log polishing handles risky edits by deferring them to user review. It proactively suggests documentation updates after a PR is merged or code is shipped, enforcing a workflow that audits consistency before applying changes.

Do I need to manually review proposed updates to CONTRIBUTING and ARCHITECTURE docs?

You need to manually review only risky edits proposed for CONTRIBUTING and ARCHITECTURE docs. The workflow automatically syncs safe changes from shipped diffs but defers potentially risky updates to ensure documentation consistency and accuracy.

When do I need to trigger post-ship documentation workflows for my project?

Trigger post-ship documentation workflows immediately after a PR is merged or code is shipped. This proactive approach reads current release diffs, prevents documentation drift, and keeps core docs synchronized with deployed changes.