gstack-upgrade

Upgrades gstack installations and surfaces what's new after the process completes.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Upgrade gstack across install types, detect global vs vendored, and present what's new after upgrade.

Core Features & Use Cases

  • Detects install type (global vs local/vendored), performs upgrade, runs migrations, and surfaces what's new.
  • Supports automatic upgrade and user prompts with snooze options.
  • Writes upgrade markers and can synchronize local vendored copies for consistent deployments.

Quick Start

Tell me to upgrade gstack or run the /gstack-upgrade command to begin.

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 across different install types?

To upgrade gstack, the tool detects whether your install is global or vendored, downloads and applies the upgrade, runs necessary migrations, and presents the changelog.

How does gstack handle versioning and migrations during an update?

The gstack upgrade process executes migrations automatically after applying the update, enforcing rollback on failure and writing upgrade markers to track versioning state.

Can I synchronize local vendored copies when upgrading gstack for consistent deployments?

Yes, the gstack upgrade tool optionally synchronizes local vendored copies during the update process, ensuring your deployments remain consistent across environments.

What happens if an automated gstack version upgrade fails?

If an automated gstack upgrade fails, the process executes an enforced rollback step to restore the previous state, preventing broken installs and deployment inconsistencies.

Does the gstack update process support user prompts and snooze options?

Yes, the gstack update process supports automatic upgrades and user prompts with snooze options, allowing you to defer version updates and review the changelog before committing.