gstack-upgrade

Upgrade gstack to the latest version across install types and show changelog updates.

Updated Apr 21, 2026
One-click install
npx skills add https://github.com/chriswestt/claude-skills --skill gstack-upgrade-chriswestt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gstack-upgrade
Source: https://github.com/chriswestt/claude-skills/tree/main/gstack/gstack-upgrade
Command: npx skills add https://github.com/chriswestt/claude-skills --skill gstack-upgrade-chriswestt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Upgrade gstack to the latest version. Detects global vs vendored install, runs the upgrade, and shows what's new. Voice triggers (speech-to-text aliases) include: "upgrade the tools", "update gstack version", "gee stack upgrade", "g stack upgrade".

Core Features & Use Cases

  • Detects install type (global-vs vendored) and path, and handles both git-based and vendored upgrades.
  • Runs upgrade, runs migrations, and surfaces what's new by reading CHANGELOG.md for version deltas.
  • Supports auto-upgrade prompts and user-driven upgrade paths across local and global installations.

Quick Start

Invoke /gstack-upgrade to upgrade gstack to the latest version and review what's new.

Frequently Asked Questions about gstack-upgrade

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

FAQPage Schema
How do I upgrade gstack to the latest version?

To upgrade gstack to the latest version, invoke the /gstack-upgrade command. It automatically detects your installation type, runs the necessary upgrade workflows, executes migration steps, and surfaces new changes from the CHANGELOG.md.

How does gstack handle migrations during a version upgrade?

During a gstack version upgrade, the tool automatically runs required setup and migration steps after fetching the latest code. This ensures your installation transitions smoothly to the new version without manual intervention.

Can I use this upgrade tool for both global and vendored gstack installations?

Yes, the upgrade tool supports both global and local or vendored gstack installations. It detects the specific install type and path, then applies the correct git-based or vendored upgrade workflow accordingly.

What is the best way to see what's new after updating gstack?

The best way to see what's new after updating gstack is to let the upgrade tool run. It automatically reads the CHANGELOG.md file and surfaces version deltas, showing you exactly what changed relative to your previous install.

Why does my gstack upgrade require access to the installation directory?

A gstack upgrade requires access to the installation directory to detect the current install type, execute the git or vendored upgrade workflow, and run the necessary setup and migration steps directly within your existing environment.