Check Docs Seo banner
isac322 isac322

Check Docs Seo

Documentation community

Description

Check whether documentation needs SEO/positioning updates after code changes. Run manually or invoked automatically after relevant file changes. ## Instructions ### Step 1: Identify what changed ```bash git diff --name-only HEAD~1 HEAD 2>/dev/null || git diff --name-only --cached ``` ### Step 2: Map to trigger labels Check the changed files against the trigger table in `.claude/agents/docs-seo.md § Code Change → Documentation Update Protocol § Trigger Conditions`. If no triggers match, repo

Installation

Installs to ~/.claude/commands/isac322-krema-check-docs-seo.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/isac322/krema/HEAD/.claude/commands/check-docs-seo.md -o ~/.claude/commands/isac322-krema-check-docs-seo.md

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

Full documentation available on GitHub

View Source Repository