gstack-upgrade

Upgrade gstack installations to the latest release and show What's New.

Updated Mar 19, 2026
One-click install
npx skills add https://github.com/him55710-sudo/uni-foli --skill gstack-upgrade-him55710-sudo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gstack-upgrade
Source: https://github.com/him55710-sudo/uni-foli/tree/main/.agents/skills/gstack-upgrade
Command: npx skills add https://github.com/him55710-sudo/uni-foli --skill gstack-upgrade-him55710-sudo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Upgrades gstack to the latest version across global and vendored installations, surface changes, and reduce manual upgrade drift.

Core Features & Use Cases

  • Detects install type (global-vs-local, git-vs-vendored) and applies the appropriate upgrade flow.
  • Upgrades to the latest release, shows a concise What's New summary, and can sync vendored copies.
  • Preserves local changes when upgrading and provides recovery steps if the upgrade fails.

Quick Start

Run the gstack-upgrade command to check for upgrades and install the latest version.

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, run the gstack-upgrade command to automatically detect your install type, fetch the latest release, and apply the upgrade while showing a What's New summary.

Does the gstack upgrade work with vendored installations?

Yes, the gstack upgrade works with vendored installations by detecting the local install type and optionally syncing the vendored copies to the latest release.

Will upgrading gstack overwrite my local changes?

Upgrading gstack preserves your local changes when syncing vendored copies, ensuring your custom modifications remain intact while applying the latest release updates.

What is the best way to manage version drift in gstack installations?

The best way to manage version drift in gstack installations is using an automated upgrade flow that detects global and local install types, fetches the latest version, and syncs copies to reduce manual drift.

What should I do if a gstack upgrade fails?

If a gstack upgrade fails, the process provides recovery steps to restore your environment, ensuring you can safely revert or retry the automated upgrade installation.

How does install detection work when upgrading gstack?

Install detection for upgrading gstack works by automatically identifying whether your setup is global or local, and git or vendored, to apply the correct upgrade flow for your environment.