gstack-upgrade

Upgrade gstack installations and summarize changes from CHANGELOG.md.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Upgrades gstack to the latest version, detects whether the install is global or vendored, runs the upgrade, and presents what's new to help you stay current without manual tracking.

Core Features & Use Cases

  • Detects install type (global git, local git, or vendored) and selects the correct upgrade path.
  • Executes upgrade, runs setup, and applies version migrations to keep your environment consistent.
  • Summarizes changes from CHANGELOG.md so you know what's new before you ship.

Quick Start

Run /gstack-upgrade to begin the upgrade flow and review the What's New summary.

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?

The upgrade process detects your specific gstack installation type, pulls the latest version, executes necessary setup routines, and applies post-upgrade migrations to keep your deployment environment consistent across global and local setups.

Can I automate version migrations for a vendored gstack installation?

Yes, you can automate version migrations for a vendored gstack installation. The upgrade tool specifically detects vendored setups and selects the correct upgrade path to apply necessary migrations automatically without manual intervention.

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

The best way to see what's new is to use the upgrade tool, which automatically summarizes changes from the CHANGELOG. This surfaces recent updates immediately after the version migration completes, ensuring you know what changed before deploying.

Does the gstack upgrade process work with both global and local git installations?

Yes, the gstack upgrade process works with both global and local git installations. It implements install-type detection to identify whether your setup is global git, local git, or vendored, then selects the appropriate upgrade execution path.

Why do I need to run version migrations when updating gstack?

You need to run version migrations when updating gstack to keep your environment consistent. The upgrade process automatically applies these post-upgrade migrations to ensure your existing configurations adapt correctly to the latest version's requirements.