document-release

Audit Markdown files against code changes and update factual content.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/mrkhachaturov/rkstack --skill document-release-mrkhachaturov
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: document-release
Source: https://github.com/mrkhachaturov/rkstack/tree/main/skills/document-release
Command: npx skills add https://github.com/mrkhachaturov/rkstack --skill document-release-mrkhachaturov

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Post-ship documentation often drifts as code changes, causing outdated or inconsistent Markdown files. This skill audits all docs, updates factual content, gates risky edits, and polishes CHANGELOG voice to maintain cross-doc consistency after shipping.

Core Features & Use Cases

  • Audit all Markdown files against code changes to identify drift.
  • Auto-update factual content and ensure cross-doc consistency across documents.
  • Gate risky changes and polish CHANGELOG voice in preparation for release notes.
  • Run after shipping or whenever documentation may be stale to realign docs with the current codebase.

Quick Start

Run the document-release workflow after shipping to audit and synchronize documentation with the latest code 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 post-release documentation updates for Markdown files?

Automate post-release documentation updates by auditing Markdown files against code changes and auto-updating factual content. This workflow gates risky edits, polishes CHANGELOG voice, and ensures cross-document consistency without manual intervention.

What is documentation drift and how do I audit my Markdown docs for it?

Documentation drift occurs when Markdown files become outdated relative to code changes after shipping. You audit it by running an automated check that compares Markdown content against code changes to identify factual inconsistencies and cross-document mismatches.

Can I automatically synchronize CHANGELOG updates with my codebase changes?

Yes, you can automatically synchronize CHANGELOG updates with your codebase by auditing Markdown files against code changes and polishing the CHANGELOG voice. The workflow applies safety guards to gate risky changes during automated edits.

Do I need a precomputed detection cache to run a documentation audit?

Yes, a precomputed detection cache and preconfigured preambles are required to run this documentation audit. You also need a repository containing Markdown docs and safety guards configured to gate risky automated changes.

What is the best way to maintain cross-document consistency across Markdown files after shipping?

The best way to maintain cross-document consistency is running an automated post-ship audit that checks all Markdown files against code changes and auto-updates factual content. This approach catches drift early and polishes CHANGELOG voice for release notes.

When should I run an automated documentation audit and what are the limitations?

Run an automated documentation audit after shipping or whenever documentation may be stale relative to the codebase. Limitations include requiring a precomputed detection cache, preconfigured preambles, and safety guards to gate risky automated edits.