What problem does it solve?
This Skill addresses inconsistencies, errors, and omissions in project documentation, ensuring it accurately reflects the codebase and is easy for users to understand.
Core Features & Use Cases
- Consistency Checks: Verifies that documentation files (README, CLAUDE.md, etc.) align with the actual project state, including commands, paths, and versions.
- Comment Quality: Analyzes code comments to ensure they explain the "why" behind implementation decisions, not just the "what."
- Docstring Validation: Checks for complete and accurate docstrings for public functions and classes.
- QUICKSTART.md Generation: Creates or validates a terminal-friendly
QUICKSTART.md file for rapid project orientation.
- Use Case: A new developer joins a project and needs to understand how to set it up and run basic commands. This Skill can ensure the
QUICKSTART.md file is present, accurate, and easy to follow, significantly reducing onboarding time.
Quick Start
Run the docs skill to check all documentation files for consistency and correctness.