gstack-upgrade

Upgrade gstack installations and display a changelog summary.

Updated Feb 27, 2026
One-click install
npx skills add https://github.com/zhifengzhang-sz/divine-book --skill gstack-upgrade-zhifengzhang-sz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gstack-upgrade
Source: https://github.com/zhifengzhang-sz/divine-book/tree/main/.claude/skills/gstack/gstack-upgrade
Command: npx skills add https://github.com/zhifengzhang-sz/divine-book --skill gstack-upgrade-zhifengzhang-sz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Upgrading gstack to the latest version across global, local, and vendored installations can be error-prone and manual. This Skill automates the end-to-end upgrade workflow, detects install type, performs a safe upgrade, and ensures vendored copies stay in sync with the primary install.

Core Features & Use Cases

  • Deterministic upgrade flow across different install types (global-git, local-git, vendored).
  • Automatic detection of install type, version stamping, and optional vendored sync.
  • Clear post-upgrade messaging with a "What's New" changelog summary.

Quick Start

Run /gstack-upgrade to upgrade gstack to the latest version and view 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 to the latest version across different installation types?

To upgrade gstack to the latest version, the workflow automatically detects your installation type—whether global-git, local-git, or vendored—and executes a deterministic, Bash-driven upgrade to ensure all copies are safely updated.

What is the safest way to synchronize a vendored gstack installation during an upgrade?

Synchronizing a vendored gstack installation is handled automatically during the upgrade flow, detecting the vendored install type and ensuring your local copies stay perfectly in sync with the primary updated version.

Can I see what changed after updating gstack to a new version?

Yes, after updating gstack to a new version, the workflow provides clear post-upgrade messaging that includes a concise "What's New" changelog summary detailing the latest changes applied to your installation.

Does the gstack upgrade process support version management for both global and local git installations?

Yes, the gstack upgrade process fully supports version management for both global-git and local-git installations, automatically detecting the specific install type to guide a safe and deterministic upgrade execution.

Why should I automate gstack version management instead of upgrading manually?

Automating gstack version management eliminates the error-prone steps of manual upgrades across global, local, and vendored installations, applying a deterministic upgrade flow with version stamping and optional vendored synchronization.