LLM Skills
~/catalog/technical documentation//docs-sync

Documentation Synchronization

/docs-sync

Verify that the documentation matches the code

ChrisWilesChrisWiles
6.0k
January 6, 2026
// skill content

--- 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 comments in changed files 3. Verify documentation accuracy: - Do code examples still work? - Are API signatures correct? - Are prop types up to date? 4. Report only actual problems: - Documentation is a living document - Only flag things that are WRONG, not missing - Don't suggest documentation for documentation's sake 5. Output a checklist of documentation that needs updating

// original public source
ChrisWiles/claude-code-showcase
/.claude/commands/docs-sync.md
License: License not specified. Review the repository before reusing it.
Independent project, not affiliated with Anthropic. This skill remains the property of its original author.
// install this skill
Paste this command in your terminal at the root of your project:
mkdir -p .claude/commands && curl -o ".claude/commands/docs-sync.md" "https://raw.githubusercontent.com/ChrisWiles/claude-code-showcase/main/.claude/commands/docs-sync.md"
Then in Claude Code, type /docs-sync to activate it.
open_in_newOpen original source
// save
Save available after sign in.
loginSign in to save
// information
CreatorChrisWiles
Stars 6.0k
UpdatedJanuary 6, 2026
Format.md
AccessFree
// similar

Skills Technical documentation

View allarrow_forward