gstack-upgrade

Upgrade gstack installations and display changelog summaries from CHANGELOG.md.

Updated Feb 5, 2026
One-click install
npx skills add https://github.com/CaltexBevo/ihe-pulse --skill gstack-upgrade-caltexbevo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gstack-upgrade
Source: https://github.com/CaltexBevo/ihe-pulse/tree/main/.claude/skills/gstack.bak/gstack-upgrade
Command: npx skills add https://github.com/CaltexBevo/ihe-pulse --skill gstack-upgrade-caltexbevo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Upgrading gstack to the latest version can be error-prone and time-consuming when dealing with multiple install paths (global, local, vendored). This skill automates detection, upgrade, and post-upgrade communication.

Core Features & Use Cases

  • Automatic install-type detection (global git, local git, vendored) and choosing the correct upgrade path
  • Safe upgrade workflow with stash/restore of local changes and rollback on failure
  • Post-upgrade summary of what's new to keep you informed about changes

Quick Start

Run the gstack upgrade command to upgrade 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 automatically?

To upgrade gstack automatically, trigger the upgrade command which detects your installation type (global or local) and executes the safe upgrade path. It handles the version bump and then displays what's new from the changelog.

What is the safest way to update a local git-based gstack installation?

The safest way to update a local git-based gstack installation is using an automated upgrade workflow that stashes local changes before pulling the latest release. If the upgrade fails, the process rolls back and restores your stashed changes automatically.

Can I use automated version management for both vendored and global gstack installs?

Yes, automated version management supports both vendored and global gstack installs. The tool detects the specific install type during the upgrade process and applies the correct update path for your environment configuration.

How do I see what's new after a gstack version upgrade?

To see what's new after a gstack version upgrade, the system automatically generates a post-upgrade synthesis. It reads from CHANGELOG.md and displays a summary of changes so you stay informed about the latest release updates.

Does the gstack upgrade process handle uncommitted local changes?

Yes, the gstack upgrade process handles uncommitted local changes by using a stash-and-restore mechanism. It safely stashes your modifications before updating and restores them after the upgrade completes or rolls back on failure.