Docs Impact banner
igerber igerber

Docs Impact

Documentation community

Description

--- description: Show which documentation files may need updating based on changed source files argument-hint: "[file1.py file2.py ...]" --- # Documentation Impact Report Identify which documentation files may need updating when source files in `diff_diff/` change. Uses the dependency map at `docs/doc-deps.yaml`. ## Arguments `$ARGUMENTS` is an optional space-separated list of source file paths (e.g., `diff_diff/staggered.py`). If empty, auto-detect changed files from git. ## Instructions

Installation

Installs to ~/.claude/commands/igerber-diff-diff-docs-impact.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/igerber/diff-diff/HEAD/.claude/commands/docs-impact.md -o ~/.claude/commands/igerber-diff-diff-docs-impact.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository