gstack-upgrade

Automate gstack upgrades across global and local installations with rollback handling.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Upgrading gstack across different installation modes can be error-prone and time-consuming. This Skill coordinates install-type detection, performs safe upgrades, and runs necessary migrations, ensuring you stay on the latest release with minimal manual steps.

Core Features & Use Cases

  • Detects installation type (global git, local git, or vendored) and upgrades accordingly
  • Performs safe upgrades with optional migrations and rollback
  • Supports auto-upgrade configuration and detailed status reporting

Quick Start

Invoke /gstack-upgrade to start the upgrade flow and follow prompts.

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?

You can automate gstack upgrades by invoking the upgrade Skill, which detects your installation type and applies the latest version globally or locally. It handles required migrations and provides safe rollback options for consistent updates.

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

The best way to handle gstack migrations is to run the automated upgrade flow, which identifies your installation type and applies necessary version migrations. This ensures consistent updates across global, local, and vendored environments.

Does the gstack upgrade process support rollback for failed migrations?

Yes, the gstack upgrade process includes safe rollback handling for failed migrations. It coordinates install-type detection and applies upgrades with rollback options to ensure you can recover from errors.

Can I use automated scripting to upgrade both global and local gstack installs?

Yes, you can automate upgrades for both global and local gstack installs using the upgrade Skill. It detects global git, local git, and vendored installations, then upgrades each environment to the latest version automatically.

Why does upgrading gstack across vendored and git-based installations require migration tooling?

Upgrading gstack across vendored and git-based installations requires migration tooling to handle structural differences between installation types. The upgrade process coordinates these migrations to ensure consistent, auditable updates across all environments.

What are the limitations of manually upgrading gstack without automation?

Manually upgrading gstack is error-prone and time-consuming because you must individually detect installation types, apply migrations, and manage rollbacks across global, local, and vendored environments without automated coordination.