gsd-update

Detect installed GSD version, check npm, and install latest with changelog.

Updated Aug 15, 2025
One-click install
npx skills add https://github.com/gesmith0606/nfl_data_engineering --skill gsd-update-gesmith0606
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-update
Source: https://github.com/gesmith0606/nfl_data_engineering/tree/main/.claude/skills/gsd-update
Command: npx skills add https://github.com/gesmith0606/nfl_data_engineering --skill gsd-update-gesmith0606

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Update GSD to latest version and display changelog to keep tools current and secure.

Core Features & Use Cases

  • Detects installed version (local/global)
  • Checks npm for latest version
  • Fetches and displays changelog
  • Confirms with user before clean install and clears cache
  • Reminds to restart after update

Quick Start

Run the update workflow to install the latest GSD and display the changelog.

Frequently Asked Questions about gsd-update

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

FAQPage Schema
How do I update my npm package to the latest version and view the changelog?

To update an npm package to the latest version and view the changelog, this workflow detects your installed version, checks the npm registry for updates, fetches release notes, and prompts for a clean installation. It ensures you review changes before proceeding.

What is the safest way to check for version updates in a Node.js CI pipeline?

Checking for version updates in a Node.js CI pipeline safely involves automated version detection, npm lookup, and user confirmation before clearing the cache and installing. This process prevents unexpected breaking changes by displaying the changelog first.

Can I use this update process for both local and global Node.js environments?

Yes, you can use this update process for both local and global Node.js environments. It automatically detects whether the package is installed locally or globally and applies the appropriate clean install and cache clearing steps for that specific environment.

Do I need to restart my environment after an npm version update?

Yes, you need to restart your environment after an npm version update. The workflow completes the installation and cache clearing, then explicitly reminds you to restart your developer machine or CI pipeline to ensure the new version loads correctly.

Why does my npm update fail to show new release notes?

An npm update fails to show new release notes if the changelog extraction step cannot find the documentation or if the version detection determines you already have the latest version. The workflow checks the npm registry to fetch the correct changelog before confirming installation.