gstack-upgrade

Detect global or vendored gstack installs, upgrade to the latest version, and summarize changes.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Upgrading gstack across different install types (global, vendored, or local) can be error-prone and hard to track. This Skill automates detection, upgrade, and changelog review to streamline the process.

Core Features & Use Cases

  • Detects install type (global-vs-vendored) and determines the correct upgrade path.
  • Upgrades gstack, validates success, and reports the new version.
  • Summarizes what's new in the upgrade to help users decide when to upgrade.

Quick Start

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

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 automatically?

To upgrade gstack automatically, run the upgrade command to detect your install type, perform the version update, and summarize what's new. The process handles both global and vendored installs with a safe fallback.

What's the best way to manage gstack version updates across different install types?

Managing gstack version updates is handled by detecting whether your installation is global or vendored, determining the correct upgrade path, and validating the new version. This multi-step workflow prevents errors across different install configurations.

Does gstack upgrade support both global and vendored installations?

Yes, gstack upgrade supports both global and vendored installations. The skill detects the install type automatically, selects the correct upgrade path, and provides a safe fallback if the upgrade encounters issues.

Why does my gstack version upgrade fail or not track changes properly?

Gstack version upgrades can fail or lose track of changes when install types are mismatched. The skill enforces install-type checks and post-upgrade state tracking to validate success and report the new version accurately.

How do I view what's new after upgrading gstack?

To view what's new after upgrading gstack, the skill automatically summarizes the changelog during the upgrade process. It validates the upgrade success, reports the new version, and highlights changes to help you decide when to upgrade.