What problem does it solve?
Ensures the Get Shit Done (GSD) tool is current by detecting installed versions, checking the npm registry for newer releases, and presenting changelogs so users can make informed update decisions without manual version hunting.
Core Features & Use Cases
- Version detection: Detects local and global installations and reports the currently installed GSD version.
- Changelog retrieval & display: Fetches and extracts changelog entries for the candidate update to show what changed before installation.
- Safe update workflow: Compares versions, warns about clean install implications, prompts for user confirmation, executes the update, clears caches, and reminds to restart the environment.
- Use Case: A developer wants to upgrade their project tooling safely; run this Skill to see what's new in the release, confirm the upgrade, and perform a clean installation with cache clearing.
Quick Start
Run the gsd-update skill to check for a newer GSD release, review the changelog, and install it with confirmation.