document-release

Automate post-release documentation updates across README, ARCHITECTURE, CONTRIBUTING, and AGENTS.md files.

11|1|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/KSD-CO/IronCode --skill document-release-ksd-co
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: document-release
Source: https://github.com/KSD-CO/IronCode/tree/main/packages/ironcode/skills/document-release
Command: npx skills add https://github.com/KSD-CO/IronCode --skill document-release-ksd-co

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Post-ship documentation drift is common: README, ARCHITECTURE, CONTRIBUTING, and AGENTS.md often become out of sync with shipped code. This Skill automates cross-checking and polishing these docs so your project communications stay accurate and user-friendly.

Core Features & Use Cases

  • Cross-diff: scans project docs after a release and aligns narrative with shipped changes.
  • Voice-polish: updates tone and consistency in CHANGELOG-related sections without altering factual content.
  • Roll-forward: optionally bumps or flags documentation updates for PR reviews and release notes.

Quick Start

Run the /document-release workflow after a code ship to refresh and align public docs with the latest shipped changes.

Frequently Asked Questions about document-release

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

FAQPage Schema
How do I update README and ARCHITECTURE docs after a code release?

To update README and ARCHITECTURE docs after a code release, you can automate cross-referencing shipped diffs with project documentation. This ensures public docs align with the latest changes by suggesting targeted edits and preventing unintended content drift.

What is the best way to keep project documentation aligned with shipped changes?

The best way to keep project documentation aligned is to run an automated post-ship workflow that scans diffs and cross-references them against README, ARCHITECTURE, and CONTRIBUTING files. This prevents narrative drift and enforces doc integrity automatically.

Can I automatically polish the voice in my CHANGELOG without altering factual release content?

Yes, you can automatically polish the voice in your CHANGELOG without altering factual content. The workflow updates tone and consistency across release notes while preserving the original factual changes pulled from the shipped code diffs.

How does cross-referencing diffs prevent unintended content changes in documentation?

Cross-referencing diffs prevents unintended content changes by comparing shipped code modifications against existing documentation files like AGENTS.md. It enforces doc integrity by suggesting precise edits and flagging discrepancies before updates are finalized.

When do I need to update documentation files after shipping code?

You need to update documentation files immediately after shipping code to prevent post-ship doc drift. Running an automated workflow refreshes README, ARCHITECTURE, and CONTRIBUTING files so project communications stay accurate and matched to the release.

Does this documentation update workflow work for PR reviews and release notes?

Yes, the documentation update workflow works for PR reviews and release notes by optionally bumping or flagging documentation updates. It aligns public docs with shipped changes, ensuring review processes catch narrative inconsistencies.