gstack-upgrade

Automate gstack upgrades across global and vendored installations with changelog summaries.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Upgrading gstack across different installation types (global, vendored, or local) is brittle and error-prone. This skill automates the entire upgrade flow, handling install-type detection, safe upgrades, and post-upgrade cleanup.

Core Features & Use Cases

  • Detects global vs vendored installations and chooses the correct upgrade path.
  • Upgrades gstack to the latest version and runs required setup steps.
  • Presents a concise "what's new" summary to help you assess changes before using the new version.

Quick Start

Run the /gstack-upgrade command to start upgrading 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 across different installations?

Upgrading gstack is automated by detecting global versus vendored installations, choosing the correct upgrade path, running required setup steps, and syncing post-upgrade changes.

How does gstack handle version migrations after an upgrade?

gstack version migrations are handled automatically during the upgrade flow, applying necessary setup invocations and generating a changelog summary to reflect what is new.

Can I use automated gstack upgrades in scripted environments?

Automated gstack upgrades apply to both scripted environments and chat-driven workflows, supporting auto-upgrade execution, prompt handling, and post-upgrade synchronization.

What's the best way to manage git-based gstack installations during an upgrade?

Managing git-based gstack installations requires handling install-type detection, applying safe upgrades across global or local paths, and executing post-upgrade cleanup automatically.

Why does gstack upgrade present a what's new summary after installation?

The gstack upgrade presents a concise changelog summary after installation to help you assess version migrations and new changes before using the updated deployment.

Does gstack upgrade work with vendored installations?

gstack upgrade works with vendored installations by detecting the install type, selecting the correct upgrade path, and applying post-upgrade sync to ensure version consistency.