gstack-upgrade

Upgrade gstack installations and display version changelog deltas.

Updated Mar 11, 2026
One-click install
npx skills add https://github.com/kinetas/ai_coding_web --skill gstack-upgrade-kinetas
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: gstack-upgrade
Source: https://github.com/kinetas/ai_coding_web/tree/main/gstack/gstack-upgrade
Command: npx skills add https://github.com/kinetas/ai_coding_web --skill gstack-upgrade-kinetas

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Upgrade gstack to the latest version, detecting global vs vendored installs, performing the upgrade, and surfacing what's new.

Core Features & Use Cases

  • Detects install type (global vs local) and upgrades accordingly.
  • Applies migrations and updates local vendored copies if present.
  • Shows a concise "What's New" delta between versions to keep teams aligned.

Quick Start

Upgrade gstack to the latest released version by running the upgrade command.

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?▼

To upgrade gstack, the process detects whether you have a global or local vendored installation, runs the appropriate upgrade command, and applies any necessary migrations automatically.

Does the gstack upgrade process handle migrations for local vendored copies?▼

Yes, upgrading gstack detects local vendored copies and applies the required migrations, ensuring your vendored installations are updated to the latest version alongside global installs.

Can I see what changed after I upgrade gstack?▼

After upgrading gstack, the tool extracts repository metadata and shows a concise 'What's New' delta between your previous version and the latest release to keep your team aligned.

What do I need to run an automated gstack version upgrade?▼

You need access to the gstack binary and repository metadata to perform automated upgrades, apply migrations, and extract the changelog for your specific environment.

Why should I use an automated upgrade tool for gstack maintenance?▼

Automating gstack maintenance detects your specific install type, runs the correct upgrade path, and surfaces what is new across environments, preventing manual version tracking errors.