change-documentation-gate

Identify required documentation updates and blocking gaps for code changes.

4|Updated May 16, 2026
One-click install
npx skills add https://github.com/machenjie/rd-skills --skill change-documentation-gate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: change-documentation-gate
Source: https://github.com/machenjie/rd-skills/tree/main/src/professional-skills/change-documentation-gate
Command: npx skills add https://github.com/machenjie/rd-skills --skill change-documentation-gate

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Prevents releases from shipping with missing, incorrect, or incomplete documentation that would cause user confusion, broken integrations, migration failures, or slower incident recovery.

Core Features & Use Cases

  • Documentation impact governance: Determines exactly which artifacts must be updated for a given change type (behavioral deltas, API contracts, migrations, runbooks, ADRs, changelogs, and release communication).
  • Release-blocking quality rules: Flags documentation gaps as blocking risks, especially for breaking changes, operational procedures, compliance/audit evidence, and incident documentation sets.
  • Audience-appropriate, ownership-backed writing: Requires correct audience targeting and assigns documentation ownership to avoid drift and unmanaged documentation debt.

Quick Start

Ask a maintainer to run the change-documentation-gate to identify which documentation artifacts are blocking for the proposed change and produce a ready-to-ship checklist.

Frequently Asked Questions about change-documentation-gate

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

FAQPage Schema
How do I ensure API documentation and runbooks are updated before a code release?

To ensure API documentation and runbooks are updated before a release, use a documentation gate to flag missing artifacts as blocking risks. This enforces ownership-backed writing and requires complete migration notes, troubleshooting guides, and changelogs prior to release approval.

What is documentation governance for software release readiness?

Documentation governance for release readiness is the process of determining exactly which artifacts, such as ADRs and operational notes, must be updated for a given change type. It prevents shipping releases with missing documentation that causes broken integrations or migration failures.

How do I block a release for missing migration guides and changelog entries?

You can block a release for missing migration guides by enforcing non-negotiable documentation quality rules. The gate flags missing migration guidance, incomplete runbooks, or standards-aligned changelog entries as blocking risks until documentation ownership resolves the gaps.

Does my incident postmortem process need compliance evidence documentation?

Yes, your incident postmortem process needs compliance evidence documentation for incident-relevant releases. The gate enforces non-negotiable rules for compliance evidence integrity and incident documentation sets, ensuring operational procedures are fully documented before approval.

What is the best way to manage documentation debt for schema migrations?

The best way to manage documentation debt for schema migrations is to assign audience-appropriate, ownership-backed writing for each artifact. The gate requires complete migration notes, user docs, and API contract updates specifically for schema and data migration changes.

When do I need to update troubleshooting and operational notes for security posture changes?

You need to update troubleshooting and operational notes for security posture changes immediately before release. The gate enforces documentation impact governance across all security posture changes, requiring complete runbooks, release communication, and compliance evidence to prevent slower incident recovery.