gstack-upgrade

Detect gstack install type and apply the correct upgrade path with rollback.

1|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/devs6186/claude-private-skills-agents-commands --skill gstack-upgrade-devs6186
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gstack-upgrade
Source: https://github.com/devs6186/claude-private-skills-agents-commands/tree/main/skills/gstack/gstack-upgrade
Command: npx skills add https://github.com/devs6186/claude-private-skills-agents-commands --skill gstack-upgrade-devs6186

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Upgrade gstack to the latest version while handling diverse install types (global, local, vendored) and performing safe migrations. The flow detects the install type, applies the appropriate upgrade path, runs version migrations, and reports what's new. The skill ensures rollback on failure, supports team-mode alignment, and provides post-upgrade instructions.

Core Features & Use Cases

  • Detects install type (global/local or vendored) and runs the correct upgrade path.
  • Applies version migrations, post-upgrade messaging, and supports local vendored copies with team-mode awareness.
  • Handles rollback if setup fails and supports multi-environment synchronization.

Quick Start

Run /gstack-upgrade to upgrade gstack to 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 safely?

The gstack upgrade process detects your installation type and applies the correct migration path automatically. It ensures a clean rollback if any upgrade steps fail, keeping your environment safe during version transitions.

What is the best way to handle gstack version migrations across different install types?

Handling gstack version migrations requires detecting whether your setup is global, local, or vendored. The upgrade automation applies the appropriate path for each install type and coordinates post-upgrade messaging to keep your environments synchronized.

Does gstack upgrade support local vendored copies and team-mode alignment?

Yes, gstack upgrade supports local vendored copies with team-mode considerations to keep environments in sync. It detects vendored installations and applies the correct upgrade path while maintaining multi-environment synchronization across your team.

Can I rollback a gstack upgrade if the setup fails?

You can rollback a failed gstack upgrade because the process defines safeguards and a clean rollback path. If setup steps fail during the version migration, the automation reverts the changes to restore your previous environment.

Why does my gstack environment need install detection before upgrading?

Install detection is needed before upgrading gstack because global, local, and vendored installations require different upgrade paths. Detecting the install type ensures the correct version migrations and post-upgrade steps are applied to your specific setup.