gstack-upgrade

Upgrades gstack to latest version and displays changelog of changes.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/jonkiky/ccdi-federation-ai --skill gstack-upgrade-jonkiky
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gstack-upgrade
Source: https://github.com/jonkiky/ccdi-federation-ai/tree/main/.agents/gstack-upgrade
Command: npx skills add https://github.com/jonkiky/ccdi-federation-ai --skill gstack-upgrade-jonkiky

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Upgrades gstack to the latest version, detects global vs vendored install, runs the upgrade, and shows what's new.

Core Features & Use Cases

  • Detects install type (global vs local vendored) and selects the appropriate upgrade path.
  • Executes upgrade steps with safeguards and clear user feedback, including auto/upgrades and rollback hints.
  • Shows a changelog of what's new after upgrade and runs any necessary migrations.

Quick Start

Run the upgrade to fetch and install the latest gstack, then review the changelog.

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?

The gstack upgrade tool detects whether your installation is global or vendored, selects the appropriate upgrade path, and executes the version update with built-in safeguards and rollback hints.

What's the best way to review changes after a system maintenance upgrade?

Reviewing changes after a system maintenance upgrade is handled by automatically displaying a changelog of what's new. This shows the applied updates and runs any necessary migrations to ensure system stability.

Does the gstack upgrade process work for both global and vendored installs?

Yes, the gstack upgrade process works for both global and vendored installs. It detects the specific install type and selects the appropriate upgrade path to ensure the version control update applies correctly.

How does version control automation handle rollback when an upgrade fails?

Version control automation handles upgrade failures by providing clear user feedback and rollback hints during the execution steps. These safeguards help revert the system maintenance update if the latest version causes issues.

When do I need to run migrations during a gstack upgrade?

Migrations during a gstack upgrade are needed when the latest version introduces structural changes. The upgrade process automatically runs any necessary migrations after installing the update to align your system with the new version.