gstack-upgrade

Automate gstack upgrades across global, local, and vendored installations.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Upgrade gstack to the latest version, detecting whether it's installed globally, vendored, or locally, and perform the upgrade while surfacing what's new.

Core Features & Use Cases

  • Detects install type (global, local, vendored) and upgrades accordingly.
  • Fetches and installs the latest release, then runs setup to apply changes.
  • Shows a concise "What's New" summary and helps keep vendored copies in sync.

Quick Start

Run /gstack-upgrade to upgrade gstack to the latest released 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. This automatically detects your installation type, fetches the latest release, performs the upgrade, and displays a summary of what's new.

Can I update a vendored gstack installation?

Yes, you can update a vendored gstack installation. The upgrade command specifically detects vendored copies, fetches the latest release, and performs the upgrade to help keep your vendored versions in sync with the newest changes.

What is the best way to manage gstack version updates across different environments?

The best way to manage gstack version updates is using an automated upgrade command that detects global, local, and vendored installations. It fetches the latest release, applies the upgrade, and surfaces release notes to track changes.

Does upgrading gstack show what new features were released?

Yes, upgrading gstack shows what new features were released. After fetching and installing the latest version, the command displays a concise "What's New" summary to keep you informed of recent changes and release notes.

Why does my gstack version management upgrade fail on local installations?

If a gstack upgrade fails on local installations, it may be due to install-type detection errors. The upgrade command includes error handling and version tracking to ensure safe upgrades, but verifying your local environment setup can resolve detection issues.