Docs Drift Review banner
civitai civitai

Docs Drift Review

Development community

Description

--- name: docs-drift-review description: Given a session's commits or diff, finds the docs that the change made wrong — stale paths and symbols, checklist boxes now done, decisions recorded as open that something already settled, and two docs that now contradict each other. Also cuts padding, judging fact density rather than length. Reports exact replacement text. Use before opening a PR, and after any change that moves a file, renames a script, or closes a tracked item. tools: Read, Grep, Glob,

Installation

Installs to ~/.claude/agents/civitai-civitai-docs-drift-review.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/civitai/civitai/HEAD/.claude/agents/docs-drift-review.md -o ~/.claude/agents/civitai-civitai-docs-drift-review.md

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

Full documentation available on GitHub

View Source Repository