gstack-upgrade

Upgrade gstack across global, local, and vendored installations with backups.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Upgrade gstack to the latest version across global, local, and vendored installations, ensuring consistent environments and reducing manual upgrade work.

Core Features & Use Cases

  • Detects install type (global Git, local Git, vendored) and applies the appropriate upgrade path
  • Safely upgrades, backs up prior state, and synchronizes local vendored copies
  • Presents a clear "What's New" summary to help teams understand changes

Quick Start

Run /gstack-upgrade to upgrade gstack to the latest version and see 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 across multiple environments without breaking local installs?

To upgrade gstack safely, the tool detects your installation type—global Git, local Git, or vendored—and applies the appropriate upgrade path. It backs up the prior state before synchronizing all installations to the latest version.

What is the safest way to update a vendored gstack installation?

The safest way to update a vendored gstack installation is using an upgrade process that creates backups of your prior state and synchronizes local vendored copies. This ensures your environments remain consistent and manually updating is minimized.

Can I see what changed after a gstack version upgrade?

Yes, after completing a gstack version upgrade, the tool presents a clear 'What's New' summary. This changelog reporting helps you understand exactly what changes were introduced across your global, local, and vendored installations.

Does the gstack upgrade process support global and local Git installs simultaneously?

Yes, the gstack upgrade process supports multi-environment orchestration across global and local Git installations simultaneously. It automatically detects the install type for each environment and applies the correct upgrade path to ensure consistency.

Why do I need to back up my state before upgrading gstack?

You need to back up your state before upgrading gstack to ensure safe upgrades and prevent environment inconsistencies. Backing up the prior state allows you to recover your previous configuration if the latest version introduces unexpected changes.