gstack-upgrade

Upgrade gstack across global and vendored installs with changelog display.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Upgrades gstack to the latest version across global and vendored installs.

Core Features & Use Cases

  • Detects install type (global vs vendored) and the installation path.
  • Executes the appropriate upgrade flow to replace or update gstack.
  • Generates a summarized "what's new" changelog for the user.
  • Provides prompts, backups, and rollback steps to ensure safe upgrades.

Quick Start

Run the /gstack-upgrade command to check for updates and apply 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 to check for updates and apply the latest version. The tool detects your installation type and executes the appropriate upgrade flow to replace or update the installation.

What is the difference between upgrading a global and a vendored gstack installation?

Upgrading a global gstack installation updates the system-wide version, while upgrading a vendored installation updates the version bundled within a specific project. The tool automatically detects the install type and path to execute the correct upgrade flow.

Can I see a changelog of what is new after updating gstack?

Yes, after updating gstack, the tool generates a summarized changelog showing what is new. This provides user awareness of changes, new features, and fixes included in the latest version immediately after the upgrade completes.

Is it safe to update gstack, and can I rollback if the upgrade fails?

Updating gstack is safe because the tool enforces safety through configurable prompts, backup steps, and rollback restoration. It includes error handling to manage failed upgrades and restore your previous environment when needed.

Do I need a VERSION file to track gstack updates?

Yes, a VERSION file is required for environment checks and version tracking. The upgrade process relies on this file to detect your current gstack version, determine if an update is necessary, and verify the successful application of the latest version.