gstack-upgrade

Upgrade gstack to the latest version with install-type detection and migrations.

1|1|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/tan-yong-sheng/GrowChat --skill gstack-upgrade-tan-yong-sheng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gstack-upgrade
Source: https://github.com/tan-yong-sheng/GrowChat/tree/main/.claude/skills/gstack-upgrade
Command: npx skills add https://github.com/tan-yong-sheng/GrowChat --skill gstack-upgrade-tan-yong-sheng

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Upgrades gstack to the latest version and shows what's new, helping teams stay on supported builds without manual follow-ups.

Core Features & Use Cases

  • Detects install type (global, local, and vendored) and selects the correct upgrade path.
  • Applies upgrades from Git or vendored sources, preserving local changes where possible.
  • Runs version migrations and surfaces a changelog so teams can review what's new before upgrading.

Quick Start

Run /gstack-upgrade to check for upgrades and apply the latest release.

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 the latest release and apply the update automatically. The tool detects your specific install type and executes the correct upgrade path to ensure a safe version migration.

Does gstack upgrade work with global, local, and vendored installations?

Yes, gstack upgrade supports global, local, and vendored install types. It implements install-type detection to select the correct upgrade path, applying upgrades from Git or vendored sources while preserving local changes where possible.

How can I see what is new before upgrading gstack?

You can see what is new by running the upgrade process, which surfaces a changelog and runs version migrations. This allows teams to review new features and changes before committing to the latest gstack build.

Will a gstack version migration overwrite my local changes?

No, a gstack version migration is designed to preserve local changes where possible. The safe upgrade path applies updates from Git or vendored sources while maintaining your local modifications during the version tracking process.

What is the best way to automate gstack updates for a team?

The best way to automate gstack updates is using the built-in team-mode behavior during the upgrade workflow. This facilitates automated migrations and downstream sync workflows, keeping teams on supported builds without manual follow-ups.