semantic-validation
CommunityAutomate documentation validation, catch drift early.
Software Engineering#code quality#automation#architecture#documentation#version control#validation#drift detection
Authorakaszubski
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Manual documentation review is slow and error-prone, leading to outdated docs, version mismatches, and architectural drift. This skill automates the detection of these inconsistencies, ensuring your project's documentation always reflects reality.
Core Features & Use Cases
- Outdated Documentation: Automatically compares documented claims with actual code implementation, flagging discrepancies.
- Version Mismatches: Detects and reports inconsistencies in version numbers across various project files (e.g.,
package.json,CHANGELOG.md). - Architecture Drift: Identifies when documented architecture no longer matches the current codebase structure.
- Use Case: Before a major release, run this skill to ensure your
README.mdaccurately reflects the latest features and that all version numbers are synchronized, preventing user confusion and build errors. - Use Case: After a significant refactor, automatically validate that architectural diagrams and descriptions in your documentation are still current.
Quick Start
This skill is typically auto-invoked as part of a larger workflow.
To manually trigger a semantic validation report:
/align-project
(Select Phase 2: Semantic Validation from the options presented)
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: semantic-validation Download link: https://github.com/akaszubski/autonomous-dev/archive/main.zip#semantic-validation Please download this .zip file, extract it, and install it in the .claude/skills/ directory.