gstack-upgrade

Detect gstack install type and apply upgrades to the latest version.

Updated Apr 5, 2026
One-click install
npx skills add https://github.com/VertaKhan/cs_gstack --skill gstack-upgrade-vertakhan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gstack-upgrade
Source: https://github.com/VertaKhan/cs_gstack/tree/main/.claude/skills/gstack/gstack-upgrade
Command: npx skills add https://github.com/VertaKhan/cs_gstack --skill gstack-upgrade-vertakhan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Upgrading gstack to the latest version and surfacing the changes it brings, while correctly handling global, local, git-based, and vendored installations.

Core Features & Use Cases

  • Detects install type (global vs local, git-based vs vendored) and applies upgrades
  • Runs setup, validates success, and reports What’s New between versions
  • Syncs local vendored copies when necessary and surfaces upgrade metadata
  • Use Case: Keep a gstack deployment up to date across multiple environments and quickly review changes after an upgrade.

Quick Start

Run the upgrade command to check for updates, perform the upgrade, and display 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 install types?

To upgrade gstack, the system detects your installation type automatically and applies the appropriate upgrade path. It handles global, local, git-based, and vendored copies to ensure your deployment is fully updated.

How does gstack handle version management for vendored copies?

For vendored copies, gstack version management includes post-upgrade synchronization. The process updates the vendored files and syncs local copies when necessary to maintain consistency across your environments.

Can I see what changed after a gstack upgrade?

Yes, you can see what changed after a gstack upgrade. The tool extracts changelog data and reports what is new between your previous version and the newly installed latest version.

Does the gstack upgrade process validate setup success?

Yes, the gstack upgrade process validates setup success. After applying the upgrade, it runs setup routines and validates the installation to ensure the new version is functioning correctly.

What is the best way to manage gstack upgrades across multiple environments?

The best way to manage gstack upgrades across multiple environments is using an automated upgrade workflow. It detects each install type, applies updates, syncs vendored copies, and surfaces upgrade metadata for review.