Doc Cleanup banner
zircote zircote

Doc Cleanup

Documentation community

Description

--- name: doc-cleanup description: Identify and report obsolete or outdated documentation argument-hint: "[path]" allowed-tools: Read, Glob, Grep, Bash(git:*), Bash(rg:*) diataxis_type: reference --- Identify obsolete documentation for user review. This command reports only - it does not delete files. ## Cleanup Analysis ### 1. Find Documentation Files Use Glob to locate all documentation: - `docs/**/*.md` - `*.md` (root level) - `**/*.rst` (if RST supported) ### 2. Detect Obsolete Content

Installation

Installs to ~/.claude/skills/zircote-documentation-review-doc-cleanup/SKILL.md

Terminal
mkdir -p ~/.claude/skills/zircote-documentation-review-doc-cleanup && curl -fsSL https://raw.githubusercontent.com/zircote/documentation-review/HEAD/commands/doc-cleanup.md -o ~/.claude/skills/zircote-documentation-review-doc-cleanup/SKILL.md

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

Full documentation available on GitHub

View Source Repository