gstack-upgrade

Detect gstack installation type and upgrade to the latest release.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates upgrading gstack by detecting whether the installation is global, vendored, or local, performing the upgrade to the latest version, and surfacing what's new.

Core Features & Use Cases

  • Detects installation type (global Git, local Git, vendored) and chooses the correct upgrade path.
  • Upgrades to the latest release and runs setup, with automatic or prompted confirmation.
  • Syncs local vendored copies after a successful upgrade and provides rollback guidance if needed.
  • Shows a concise changelog summary so you know what's new after each upgrade.

Quick Start

Run the /gstack-upgrade command to upgrade gstack now and follow the on-screen prompts for auto-upgrade or manual upgrade.

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, the skill detects your installation type—global Git, local Git, or vendored—applies the newest release, runs setup checks, and syncs local vendored copies. You can run the upgrade command and follow the prompts for auto or manual confirmation.

What is the best way to sync vendored gstack copies after an upgrade?

The best way to sync vendored gstack copies is through the automated upgrade process, which detects your vendored installation type and synchronizes local copies after a successful upgrade to the latest release.

Does the gstack upgrade process support both local and global installations?

Yes, the gstack upgrade process supports both local and global installations across git-based and vendored deployments by detecting the specific installation type and choosing the correct upgrade path for your environment.

How do I rollback a gstack upgrade if something goes wrong?

To rollback a gstack upgrade, the skill provides safe rollback guidance after detecting the installation type and applying the newest release, ensuring you can revert changes if the post-upgrade sync or setup checks encounter issues.

Can I see what changed in the new gstack version after upgrading?

Yes, you can see what changed in the new gstack version after upgrading because the skill parses the changelog and shows a concise summary of what is new immediately following the upgrade and sync process.