Doc Cleanup
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
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 RepositoryRelated Skills
Doc Co-authoring
Guide users through structured workflow for co-authoring documentation
Documentation Docx
Create, edit, and analyze Word documents with tracked changes, comments, and formatting
Documentation Extract text, create PDFs, merge/split documents, and handle forms
Documentation Pptx
Create, edit, and analyze PowerPoint presentations with layouts and templates
Documentation Xlsx
Create, edit, and analyze Excel spreadsheets with formulas, formatting, and visualization
Documentation mcp-server-fetch
Fetch and convert web pages to markdown.
Documentation