gstack-upgrade

Upgrade gstack installations and display changelog summaries.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the detection and upgrading of gstack across diverse installation types, ensuring you are always on the latest version.

Core Features & Use Cases

  • Detects whether gstack is global, local, vendored, or vendored-global and locates the install path.
  • Performs upgrade, handles auto-upgrade options, and syncs local vendored copies if present.
  • Shows what's new by parsing CHANGELOG and presents a concise summary.

Quick Start

Run /gstack-upgrade to check for updates and 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 across different installation types?

The upgrade process implements a multi-step workflow that performs version discovery, executes safe upgrade steps, and triggers a rollback on failure. This ensures your gstack installation is safely updated without breaking your current setup.

How can I see what changed after a gstack version upgrade?

To automate gstack updates, the tool handles auto-upgrade options during the version discovery phase. This allows you to streamline the upgrade process for global and vendored copies without manual intervention.

Does gstack upgrade work with both global and vendored installations?

Yes, gstack upgrade works with global, local, vendored, and vendored-global installations. It automatically detects the install type, performs the upgrade on the target path, and syncs any local vendored copies if present.

What happens if a gstack upgrade fails midway?

If a gstack upgrade fails midway, the multi-step workflow triggers a rollback on failure. This safety mechanism prevents leaving your gstack installation in a broken state during the version discovery and upgrade steps.

How does install detection work for gstack version management?

Install detection for gstack version management identifies whether the tool is installed globally, locally, or vendored. It locates the exact install path to ensure the upgrade process targets the correct environment and syncs vendored copies.