Cfn Detect Stale Docs banner
masharratt masharratt

Cfn Detect Stale Docs

Documentation community

Description

--- description: "Find documentation that's out of sync with code" --- # /detect-stale-docs - Find Outdated Documentation This is a convenience alias. Full implementation: `/cfn-codesearch:cfn-detect-stale-docs` Automatically finds documentation that does not match the current code using CodeSearch semantic analysis. ## What it does - Cross-references code to check if files/functions mentioned in docs still exist - Flags docs mentioning "legacy", "deprecated", or "obsolete" - Detects orphan

Installation

Installs to ~/.claude/commands/masharratt-claude-flow-novice-cfn-detect-stale-docs.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/masharratt/claude-flow-novice/HEAD/.claude/commands/cfn-detect-stale-docs.md -o ~/.claude/commands/masharratt-claude-flow-novice-cfn-detect-stale-docs.md

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

Full documentation available on GitHub

View Source Repository