gstack-upgrade

Upgrade gstack installations and surface changelog summaries.

Updated Dec 26, 2025
One-click install
npx skills add https://github.com/tony30552001/Genpic-master --skill gstack-upgrade-tony30552001
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gstack-upgrade
Source: https://github.com/tony30552001/Genpic-master/tree/main/.agents/skills/gstack/gstack-upgrade
Command: npx skills add https://github.com/tony30552001/Genpic-master --skill gstack-upgrade-tony30552001

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Upgrade gstack to the latest version, detect install type (global vs vendored), perform the upgrade, and surface what's new to the user.

Core Features & Use Cases

  • Detects global vs vendored installs and uses the appropriate upgrade path.
  • Upgrades gstack, runs migrations, and surfaces a changelog summary.
  • Use cases include staying current with gstack features, security updates, and compatibility improvements.

Quick Start

Run /gstack-upgrade to upgrade gstack to the latest version and view what's new.

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 to the latest version, the Skill detects whether your installation is global or vendored, selects the appropriate upgrade path, and applies updates across multiple install types automatically.

How does gstack handle migrations during an upgrade?

During a gstack upgrade, the process automatically runs necessary migrations and performs cleanup, ensuring your installation transitions smoothly to the latest version without manual intervention.

Do I need an existing gstack installation to use the upgrade automation?

Yes, you must have an existing gstack installation and access to the install directories, because the tool requires these to perform fetch, setup, migrations, and cleanup operations.

Can I view what's new after upgrading gstack?

Yes, after upgrading gstack, the tool surfaces a changelog summary detailing what's new, allowing you to immediately review new features, security updates, and compatibility improvements.

What is the difference between global and vendored gstack upgrades?

Global gstack upgrades target system-wide installations, while vendored upgrades target project-local installations; the tool detects your specific install type to select the correct upgrade path automatically.

Why is my gstack version upgrade not working?

If a gstack upgrade is not working, you likely lack access to the required install directories or do not have an existing gstack installation, both of which are mandatory prerequisites for the automation process.