check-version-consistency

Installation
SKILL.md

Version Consistency Audit

Analyze project files for version number synchronization across all locations where version is referenced.

Detection Patterns

1. composer.json vs README Version Mismatch

// composer.json says:
{ "version": "2.10.0" }
<!-- README.md says: -->
Current version: **2.9.0**   <!-- OUTDATED! -->

2. CHANGELOG Missing Latest Version

Installs
5
GitHub Stars
96
First Seen
Mar 17, 2026
check-version-consistency — dykyi-roman/awesome-claude-code