Docs Sync banner
ipoprock ipoprock

Docs Sync

Documentation community

Description

--- description: Check if documentation is in sync with code allowed-tools: Read, Glob, Grep, Bash(git:*) --- # Documentation Sync Check if documentation matches the current code state. ## Instructions 1. **Find recent code changes**: ```bash git log --since="30 days ago" --name-only --pretty=format: -- "*.ts" "*.tsx" | sort -u ``` 2. **Find related documentation**: - Search `/docs/` for files mentioning changed code - Check README files near changed code - Look for TSDoc

Installation

Installs to ~/.claude/commands/ipoprock-claude-code-showcase-docs-sync.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/ipoprock/claude-code-showcase/HEAD/.claude/commands/docs-sync.md -o ~/.claude/commands/ipoprock-claude-code-showcase-docs-sync.md

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

Full documentation available on GitHub

View Source Repository