gstack-upgrade

Upgrade gstack installations and report new release changes.

Updated Feb 16, 2026
One-click install
npx skills add https://github.com/SeaLion-hub/DICEE --skill gstack-upgrade-sealion-hub
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gstack-upgrade
Source: https://github.com/SeaLion-hub/DICEE/tree/main/.agents/skills/gstack/gstack-upgrade
Command: npx skills add https://github.com/SeaLion-hub/DICEE --skill gstack-upgrade-sealion-hub

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Upgrading gstack across different installation modes (global, vendored, and local) can be error-prone and time-consuming; this Skill automates detection, upgrade execution, and changelog presentation to keep you current with minimal effort.

Core Features & Use Cases

  • Detects install type (global, vendored, or local) and applies the appropriate upgrade path.
  • Safely upgrades gstack and shows what's new in the latest release.
  • Keeps any local vendored copies in sync with the primary installation.

Quick Start

Run /gstack-upgrade to upgrade 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 safely across different installation types?

To upgrade gstack safely, the automation detects whether you have a global, vendored, or local installation and applies the correct upgrade path to ensure version management does not break your environment.

What is the best way to automate version management for a local or vendored gstack installation?

Automating version management for a vendored or local gstack installation involves detecting the install type, executing the primary upgrade, and syncing local vendored copies to keep everything current.

Does the gstack upgrade script show what is new in the latest release?

Yes, the gstack upgrade script presents the changelog and reports what is new in the latest release immediately after applying the version upgrade across your detected installation type.

How do I fix gstack upgrade errors when switching between global and vendored environments?

To fix gstack upgrade errors across environments, the script identifies the specific installation mode and safely syncs local vendored copies, preventing manual upgrade conflicts and version drift.