groove-utilities-check
Original:🇺🇸 English
Translated
Check if a newer version of groove is available on GitHub.
12installs
Sourceandreadellacorte/groove
Added on
NPX Install
npx skill4agent add andreadellacorte/groove groove-utilities-checkTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →<!-- groove:managed — do not edit; changes will be overwritten by groove update -->
groove-utilities-check
Outcome
The latest published groove version is compared against the installed version. If a newer version is available, the user is clearly notified with the upgrade command.
Acceptance Criteria
- Latest tag is fetched from GitHub
- Installed version (from ) is compared against latest tag
skills/groove/SKILL.md - If behind: user sees "⚠ New version of groove available: v<latest> (installed: v<current>) — run: "
/groove-admin-update - If up to date: user sees "groove is up to date (v<current>)"
- is updated to today's date after check runs
.groove/.cache/last-version-check
Constraints
- Fetch latest release tag from:
https://api.github.com/repos/andreadellacorte/groove/releases/latest - If the API call fails (no network, rate limit): skip silently — do not error
- Compare version strings as semver (strip leading before comparing)
v - Always write today's date to after a successful API call
.groove/.cache/last-version-check - If does not exist, skip the date update
.groove/.cache/