gstack-upgrade

Detect gstack install type and apply the latest upgrade with rollback.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates upgrading gstack across global and vendored installs, applying the latest changes and surfacing what's new after an upgrade.

Core Features & Use Cases

  • Detects install type (global-git, local-git, vendored) and selects the correct upgrade flow.
  • Executes setup and migrations, including safeguards for stashed changes and rollback on failure.
  • Supports optional auto-upgrade mode and per-team handling for a single source of truth.

Quick Start

Run /gstack-upgrade to upgrade your gstack installation.

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 install type, applies the latest changes, runs migrations, and surfaces a changelog of what's new.

Does gstack-upgrade work with vendored and global git installations?

Yes, gstack-upgrade supports global-git, local-git, and vendored installs by detecting the installation type and selecting the correct upgrade flow automatically.

What happens if a gstack upgrade or migration fails?

If an upgrade or migration fails, gstack-upgrade uses a guarded workflow with rollback capabilities to restore the previous state and ensure clear post-upgrade state marking.

How does gstack handle stashed changes during a version upgrade?

During a version upgrade, gstack-upgrade executes setup and migrations with built-in safeguards for stashed changes to prevent data loss before applying the latest updates.

Can I automate gstack updates for a team environment?

Yes, gstack-upgrade supports optional auto-upgrade mode and per-team handling to maintain a single source of truth across your team's gstack installations.