gstack-upgrade

Detect gstack install type, upgrade safely, and summarize changes from CHANGELOG.md.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Upgrading gstack across all deployment modes safely by detecting install type, applying the upgrade, and surfacing what's new.

Core Features & Use Cases

  • Detects install type (global git, local git, vendored) and old version.
  • Upgrades to latest, runs the setup, and surfaces what's new.
  • Synchronizes local vendored copies with the primary install and ensures consistency.
  • Parses CHANGELOG.md to present a concise What's New summary.

Quick Start

Run /gstack-upgrade to check for upgrades and perform the upgrade when prompted.

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 safely?

To safely upgrade gstack, the tool identifies your installed variant, preserves the old version, and applies the upgrade. It then runs the setup and surfaces a concise summary of what's new from the changelog.

Can I synchronize a local vendored gstack copy with the primary install?

Yes, the upgrade process detects local vendored installations and synchronizes them with the primary install. This ensures version consistency across all your deployment modes during the upgrade workflow.

Does the gstack upgrade work for global git and local git deployment modes?

Yes, the upgrade process works for global git, local git, and vendored deployment modes. It automatically detects your specific install type before applying the safe upgrade and running the setup.

What is the best way to see what's new after a gstack version upgrade?

The best way to see what's new is the built-in changelog summary. After upgrading, the tool parses the CHANGELOG.md file to present a concise summary of new features and changes directly to you.

How does error handling work if an automated gstack upgrade fails?

The upgrade workflow implements robust error handling and version preservation to ensure a safe upgrade. If the process fails, it uses the preserved old version data to prevent breaking your existing installation.