docs-impact

Analyze git diffs to identify code changes requiring documentation updates.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/graysurf/agent-runtime-kit --skill docs-impact
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docs-impact
Source: https://github.com/graysurf/agent-runtime-kit/tree/main/tests/golden/claude/plugins/evidence/skills/docs-impact/expected
Command: npx skills add https://github.com/graysurf/agent-runtime-kit --skill docs-impact

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly surface where documentation updates are required after code changes, helping teams maintain accurate and consistent docs.

Core Features & Use Cases

  • Change-to-doc mapping: Flags files and areas where docs should be updated based on code diffs.
  • Impact reporting: Produces an actionable summary of affected docs and suggested edits.
  • Use Case: Before merging a PR, run docs-impact to ensure release notes and API docs stay in sync.

Quick Start

Run docs-impact on your repository to classify changes that affect documentation and generate an impact report.

Frequently Asked Questions about docs-impact

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

FAQPage Schema
How do I find out which code changes require documentation updates?

To find out which code changes require documentation updates, analyze git diffs to identify modified files and generate an impact report. This process flags specific areas where docs should be updated before merging code.

What is documentation impact analysis from a git diff?

Documentation impact analysis from a git diff is the process of mapping code modifications to their affected documentation. It identifies discrepancies between code changes and existing docs to ensure release notes and API references stay accurate.

How do I ensure my API docs stay in sync before merging a pull request?

To ensure API docs stay in sync before merging a pull request, run documentation impact analysis on your feature branch. It compares code diffs against a base reference and produces an actionable summary of affected docs and suggested edits.

Do I need a specific CLI installed to track documentation changes from code diffs?

Yes, you need the docs-impact CLI installed locally to track documentation changes from code diffs. You also need a known repository path and a base reference for computing the diff to generate the impact report.

When should I run documentation impact reporting for release readiness?

You should run documentation impact reporting for release readiness during feature branch development and PR preparation. It surfaces required documentation updates early, ensuring release notes and API docs accurately reflect final code changes.

What does a documentation impact report contain when analyzing code changes?

A documentation impact report contains an actionable summary of affected documentation files and suggested edits. It maps specific code changes from the git diff to the corresponding areas in your docs that require updates.