gstack-upgrade

Upgrade gstack installations by detecting install type and applying migrations.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates upgrading gstack to the latest version by detecting if the install is global, vendored, or local, performing the upgrade, and surfacing what’s new.

Core Features & Use Cases

  • Detects install type (global git, local git, or vendored) and upgrades accordingly
  • Runs migrations and shows a changelog of changes between versions
  • Safely handles vendored copies and local edits, with auto-upgrade options and rollback notes

Quick Start

Run the /gstack-upgrade command to upgrade your gstack to the latest version.

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, run the /gstack-upgrade command, which detects your installation type, applies the version upgrade, runs necessary migrations, and displays the changelog of new changes.

How does gstack upgrade handle different installation types?

The gstack upgrade detects global git, local git, and vendored installations, applying the upgrade accordingly to ensure the correct files are modified while safely preserving any local user edits.

Can I preserve my local edits during a gstack migration?

Yes, the gstack upgrade safely handles vendored copies and local edits by preserving user changes during the migration process, providing auto-upgrade options and rollback notes if needed.

What do I need to run a gstack version upgrade?

You need a running gstack installation, access to the upgrade tooling, proper file modification permissions, and a CHANGELOG file to present the version differences after the upgrade.

Does the gstack upgrade show what is new between versions?

Yes, the gstack upgrade surfaces what is new by reading the CHANGELOG and presenting the version differences to the user immediately after applying the latest version upgrade.