gstack-upgrade

Automate gstack upgrades across global, vendored, and local installations.

37|2|Updated Mar 28, 2026
One-click install
npx skills add https://github.com/DariusCorvus/iqualize --skill gstack-upgrade-dariuscorvus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gstack-upgrade
Source: https://github.com/DariusCorvus/iqualize/tree/main/.claude/skills/gstack/gstack-upgrade
Command: npx skills add https://github.com/DariusCorvus/iqualize --skill gstack-upgrade-dariuscorvus

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Upgrading gstack across global and vendored installations can be error-prone and confusing; this skill automates detection of install type, performs the upgrade, and surfaces what's new in a safe, repeatable flow.

Core Features & Use Cases

  • Detects global vs vendored install and upgrades accordingly.
  • Syncs local vendored copies after upgrade to keep tooling in sync.
  • Provides a consolidated "what's new" summary to inform users.

Quick Start

Run /gstack-upgrade to upgrade gstack to the latest version and review what's new.

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 across multiple installation types without manual errors?

Automating a gstack upgrade detects global, vendored, and local installs, executes the version update, and synchronizes all copies safely. This prevents manual errors by orchestrating the upgrade through a multi-step Bash flow.

What is the best way to sync local vendored gstack copies after an upgrade?

Syncing vendored gstack copies is handled automatically after the main upgrade executes. The process updates your local vendored directories to match the new global version, keeping all tooling in sync across your environment.

How does gstack install type detection work during an upgrade?

Install type detection identifies whether your gstack setup is global, vendored, or local before executing changes. This detection dictates the upgrade flow, ensuring the correct update method applies to each installation type.

Can I review release notes and changelogs after upgrading gstack?

You can review what is new after a gstack upgrade through a consolidated release-notes summary. The process automatically surfaces changelog details upon completion, informing you of changes without checking manually.

Do I need any special dependencies to automate gstack version management?

You do not need special dependencies to automate gstack version management. The upgrade process relies entirely on standard Bash-based tooling and shell utilities available in your environment.