gstack-upgrade

Upgrades gstack installations by detecting type, migrating versions, and reporting what's new.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The gstack-upgrade skill automates upgrading your gstack installation, detects install type, runs migrations, and reports what's new to ensure you stay on the latest version.

Core Features & Use Cases

  • Detects global, local, and vendored installs and upgrades them safely.
  • Executes version migrations and post-upgrade cleanup to preserve data and config.
  • Summarizes changes and continues with the originally invoked skill after upgrade.

Quick Start

Run /gstack-upgrade to perform a full upgrade of gstack and apply version migrations.

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?

You can upgrade gstack safely by running an automated flow that detects your installation type, applies version migrations, performs cleanup, and rolls back automatically if any upgrade step fails.

How does gstack handle version migration across different installation types?

Gstack version migration works across global, local, and vendored installs by detecting the installation type, applying targeted upgrade steps, and preserving your existing data and configuration during the process.

Do I need git and network access to run an automated gstack upgrade?

Yes, you need a functioning shell environment with git, write access to your installation directories, and network access to fetch updates to run an automated gstack upgrade successfully.

What happens if a version migration fails during the gstack upgrade process?

If a version migration fails during the gstack upgrade process, the system gracefully rolls back the installation to its previous state, preventing configuration corruption and maintaining environment stability.

Can I continue running my original skill workflow immediately after upgrading gstack?

Yes, after upgrading gstack, the process summarizes new changes and automatically resumes the originally invoked skill, allowing your workflow to proceed without manual restart or context loss.

Why should I use an automated upgrade tool instead of manually updating my local devops installations?

Using an automated upgrade tool for devops installations ensures consistent version migration across global and vendored setups, automatically preserves configuration, and provides safe rollback mechanisms that manual updates often lack.