gstack-upgrade

Automate gstack upgrades across global and vendored installs with changelog summaries.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/gaaschk/gaasch-family --skill gstack-upgrade-gaaschk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gstack-upgrade
Source: https://github.com/gaaschk/gaasch-family/tree/main/.claude/skills/gstack/gstack-upgrade
Command: npx skills add https://github.com/gaaschk/gaasch-family --skill gstack-upgrade-gaaschk

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Upgrade gstack promptly across environments by detecting global vs vendored installs, performing the upgrade, and surfacing new features.

Core Features & Use Cases

  • Detects whether gstack is installed globally or vendored and upgrades accordingly.
  • Shows what's new after the upgrade to keep you informed.
  • Supports auto-upgrade, interactive prompts, and safe fallbacks to restore on failure.

Quick Start

Run the upgrade command to upgrade gstack to the latest version and preview 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, the Skill detects your install type, updates from origin/main, and reads the CHANGELOG to summarize new features. It handles both global Git installs and local vendored deployments automatically.

Does the gstack upgrade work with vendored installs?

Yes, the gstack upgrade supports vendored installs. It detects whether your deployment is global or vendored and applies the correct update procedure, including safe fallbacks to restore the previous state on failure.

What is the best way to automate gstack version management?

Automating gstack version management is handled through auto-upgrade modes and interactive prompts. The Skill identifies your install type, pulls updates from origin/main, and syncs post-upgrade to ensure consistency across environments.

Do I need Bash to run a gstack upgrade?

Yes, you need Bash and basic CLI tooling to run a gstack upgrade. The Skill relies on shell commands to identify the installation type, pull the latest code from origin/main, and perform post-upgrade synchronization.

Why does my gstack upgrade fail and how can I revert it?

A gstack upgrade may fail due to sync issues or environment conflicts, but the Skill includes safe fallbacks to restore your previous version. It also provides interactive prompts to help manage update conflicts before they break your setup.

What changes after I upgrade gstack?

After you upgrade gstack, the Skill reads the CHANGELOG and surfaces a summary of what's new. This keeps you informed of new features and changes immediately following the version update.