gsd-update

Automate updating the get-shit-done tool via npm with changelog display.

Updated Mar 1, 2026
One-click install
npx skills add https://github.com/NUbivek/Searchbar3 --skill gsd-update-nubivek
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-update
Source: https://github.com/NUbivek/Searchbar3/tree/main/.codex/skills/gsd-update
Command: npx skills add https://github.com/NUbivek/Searchbar3 --skill gsd-update-nubivek

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of updating the 'get-shit-done' (GSD) tool to its latest version, ensuring you have access to the newest features and bug fixes.

Core Features & Use Cases

  • Version Detection: Automatically checks if your local or global GSD installation is outdated.
  • Changelog Display: Fetches and presents the changes included in the new version.
  • User Confirmation: Prompts for user approval before proceeding with the update, including a warning about clean installs.
  • Automated Update: Executes the necessary commands to update GSD and clears the cache.
  • Restart Reminder: Informs the user to restart if necessary.

Quick Start

Run the gsd-update skill to update GSD to the latest version and see what changed.

Frequently Asked Questions about gsd-update

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

FAQPage Schema
How do I update the get-shit-done npm tool to the latest version?

You can automate the npm update process by checking the installed version against the latest registry release, viewing the changelog, and confirming the update execution with cache clearing.

How do I check the changelog before updating my npm package?

The update process fetches and presents the changelog for the new version, prompting for your approval before executing the update commands.

Can I update a globally installed npm package automatically?

Yes, you can update a globally installed npm package automatically, as the update process handles both local and global installations and executes the necessary commands.

What is the best way to automate npm package version detection and updating?

The best way to automate npm package version detection is using a tool that queries the npm registry, compares versions locally, and runs the update with user confirmation and cache clearing.

Why do I need to restart my environment after updating a tool?

You need to restart your environment after updating a tool to ensure the new version is fully loaded, as the update process includes a restart reminder to apply the changes.