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

Related skills
Installs
4
GitHub Stars
71
First Seen
Mar 17, 2026