gstack-upgrade

Upgrade gstack installations with migrations and vendored copy sync.

Updated Apr 5, 2026
One-click install
npx skills add https://github.com/makyua-san/usecase-agent --skill gstack-upgrade-makyua-san
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gstack-upgrade
Source: https://github.com/makyua-san/usecase-agent/tree/main/.claude/skills/gstack-upgrade
Command: npx skills add https://github.com/makyua-san/usecase-agent --skill gstack-upgrade-makyua-san

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Upgrading gstack across global and vendored installations can be error-prone and time-consuming, and manual steps can lead to misconfigurations. This Skill automates install-type detection, executes upgrades, runs migrations, and synchronizes local copies, while clearly reporting changes to the user.

Core Features & Use Cases

  • Detects install type (global/local, vendored) and selects the appropriate upgrade path.
  • Upgrades to the latest version and runs necessary migrations to keep state consistent.
  • Synchronizes local vendored copies after upgrade and surfaces a clear "What's New" summary for downstream tasks.

Quick Start

Run /gstack-upgrade to upgrade gstack to the latest version and see the What's New summary.

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 across vendored and global installations?

To upgrade gstack, run the dedicated upgrade command which detects your install type, executes the version upgrade, runs necessary migrations, and syncs any local vendored copies to ensure consistency.

What happens to my configuration during a gstack version management migration?

During a gstack migration, the upgrade process automatically executes necessary state migrations to keep configurations consistent, while safe error handling and rollback support protect against failures.

Does the gstack upgrade process support rollback if the migration fails?

Yes, the gstack upgrade process features safe error handling and rollback support, allowing the system to revert changes and maintain a stable toolchain if an upgrade or migration fails.

Can I see what new features are included after upgrading gstack?

Yes, after upgrading gstack, the process automatically surfaces a clear What's New summary detailing version changes and updates, ensuring you know exactly what features were added for downstream tasks.

How do I synchronize local vendored copies of gstack during maintenance workflows?

To synchronize local vendored copies during maintenance workflows, run the automated upgrade process; it detects vendored installations and syncs them automatically after the main version upgrade completes.