/version-check
Is this version consistent, and is it published?
What it does
Inspects and compares the versions a project claims across its manifest, its tags, and its registry, and reports where they disagree.
When to reach for it
Before a release, and any time "what version is this" takes more than one command to answer.
It's working if
- It names every place it looked, so a report of "consistent" actually means something.
- A disagreement comes back with both versions and both places, so you know which one to change.
Install this skill
Then type /version-check in your agent.
npx skills@latest add smorinlabs/smorinlabs-harness -s version-checkOr install the whole repo-hygiene plugin — this skill plus 4 others.
/plugin install repo-hygiene@smorinlabs-harnessWhere it fits
- /readme-sync — the other pre-release consistency check.