validate-docs-implementation
Installation
SKILL.md
Validate Documentation vs Implementation
Purpose: Systematically identify and fix mismatches between actual implementation code and documentation.
Load When:
- User says: "validate docs", "check documentation", "docs vs implementation"
- User mentions: "documentation mismatch", "docs don't match code"
- After major code changes that may affect docs
- During pre-release validation
Core Value: Ensures documentation accurately reflects actual implementation, preventing user confusion and wasted debugging time.