groove-utilities-check

Your custom message here

5|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/andreadellacorte/groove --skill groove-utilities-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: groove-utilities-check
Source: https://github.com/andreadellacorte/groove/tree/main/.agents/skills/groove-utilities-check
Command: npx skills add https://github.com/andreadellacorte/groove --skill groove-utilities-check

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps you stay up-to-date by automatically checking if a newer version of the groove workflow tool is available on GitHub.

Core Features & Use Cases

  • Version Checking: Compares your installed groove version with the latest release on GitHub.
  • Update Notifications: Informs you if an update is available and provides the command to run it.
  • Use Case: Run this skill periodically to ensure you are using the latest features and bug fixes for groove.

Quick Start

Run the groove utilities check skill to see if a new version of groove is available.

Frequently Asked Questions about groove-utilities-check

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check if my groove workflow tool is up to date?

To check your groove version, the tool queries the GitHub API for the latest release tag and compares it against your installed version found in the local SKILL.md file.

Can I get notified when a new version of groove is released on GitHub?

Yes, version checking compares your installed groove version with the latest GitHub release tag. It notifies you if an update is available and provides the exact upgrade command to run.

How does the groove version check find my locally installed version?

The version check locates your installed groove version by reading the local SKILL.md file, then compares that value against the latest release tag fetched from the GitHub API.

What happens after the groove update check finishes running?

After running, the version check updates a local cache file with the date of the last successful check, and either confirms you are up to date or displays the upgrade command.

Do I need any dependencies to run the groove update check?

No external dependencies are required to run the groove update check. It operates using internal scripts to query the GitHub API and read your local SKILL.md file.