gstack-upgrade

Upgrades gstack installations by detecting install type, running migrations, and summarizing changelog changes.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Upgrades gstack to the latest version across global and vendored installations, detects install type, and surfaces what's new after upgrade.

Core Features & Use Cases

  • Detects install type (global vs vendored) and upgrades accordingly.
  • Runs version migrations and summarizes what's changed from the changelog.
  • Works from preambles or standalone invocations to ensure the latest tooling is used.

Quick Start

Run /gstack-upgrade to check for and apply 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?

To upgrade gstack to the latest version, you run the upgrade command which detects your installation type, applies the update, runs migrations, and summarizes what's new from the changelog.

Does the gstack upgrade tool support both global and vendored installations?

Yes, the gstack upgrade process supports both global and vendored installations. It automatically detects the install type and applies the correct upgrade path to ensure your tooling is current.

How does version migration work when updating gstack?

Version migration during a gstack update runs automatically after the upgrade steps. It applies necessary changes to your environment and then summarizes what has changed from the changelog.

What is the best way to automate gstack versioning and upgrades in a DevOps workflow?

Automating gstack versioning and upgrades is best handled by invoking the upgrade command from preambles or standalone scripts. It instantly applies updates and surfaces changelog summaries for DevOps tracking.

Can I see what's new in gstack after running an upgrade?

Yes, after running the upgrade you can see what's new. The process automatically summarizes changes directly from the changelog, detailing new features and modifications applied during the update.

What steps does the gstack upgrade process execute behind the scenes?

The gstack upgrade process executes stash, fetch, reset, and setup steps. It detects the installation type, runs these upgrade steps sequentially, applies migrations, and displays the changelog summary.