gstack-upgrade

Upgrade gstack installations globally or vendored with rollback safety.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Upgrade gstack to the latest version across global and vendored installs, ensuring you always run the newest features and fixes without manual reconfiguration.

Core Features & Use Cases

  • Detects install type (global git, local git, vendored) and prints install directory.
  • Upgrades the installed gstack using the appropriate method for each install type and reports progress.
  • Shows What's New by analyzing CHANGELOG.md and summarizes user-facing changes.

Quick Start

Run /gstack-upgrade to check for upgrades and apply 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 across different installations?

Upgrading gstack involves detecting the install type—global git, local git, or vendored—and applying the appropriate upgrade flow. The tool reports progress and updates the installation seamlessly without manual reconfiguration.

Can I see what new features are included after a gstack version upgrade?

Yes, after upgrading gstack, the tool analyzes the CHANGELOG.md file and summarizes user-facing changes. This shows what is new, ensuring you understand the features and fixes applied to your installation.

Does the gstack upgrade process support rollback for repeatable deployments?

Yes, the gstack upgrade process implements rollback safety and post-upgrade state saving. This ensures repeatable deployments by allowing you to revert if the newest version causes issues in your environment.

What is the best way to automate gstack version management for deployments?

The best way to automate gstack version management is using the built-in auto-upgrade options. This detects your installation directory, applies the correct update flow, and saves post-upgrade state for repeatable deployments.

Why does my gstack upgrade fail on a vendored installation?

A gstack upgrade might fail if the install type detection fails or the wrong upgrade flow is applied to a vendored installation. The tool must accurately detect the vendored setup to apply the appropriate update method.