document-release

Post-ship documentation update. Reads all project docs, cross-references the

Content Preview
---
name: document-release
version: 1.0.0
description: |
  Post-ship documentation update. Reads all project docs, cross-references the
  diff, updates README/ARCHITECTURE/CONTRIBUTING/CLAUDE.md to match what shipped,
  polishes CHANGELOG voice, cleans up TODOS, and optionally bumps VERSION. Use when
  asked to "update the docs", "sync documentation", or "post-ship docs".
  Proactively suggest after a PR is merged or code is shipped.
allowed-tools:
  - Bash
  - Read
  - Write
  - Edit
  - Grep
 
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/document-release.md \
  https://raw.githubusercontent.com/garrytan/gstack/main/document-release/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/garrytan/gstack

Then reference at document-release/SKILL.md

Related Skills