gstack-upgrade

Upgrade gstack installations and summarize changelog release highlights.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Keeps gstack up to date by automating upgrades, detecting install type, and surfacing release notes so you always have the latest features and fixes.

Core Features & Use Cases

  • Auto-upgrade toggle to control automatic updates and guardrails.
  • Install-type detection (global-git, local-git, vendored, vendored-global) and appropriate upgrade paths.
  • Git-based upgrades and vendored-copy upgrades with safety checks and post-upgrade syncing of local vendored copies.
  • Summarizes what's new by parsing the CHANGELOG and presents user-friendly release highlights.

Quick Start

Run /gstack-upgrade to check for updates and upgrade to the latest version.

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?

To upgrade gstack to the latest version, run /gstack-upgrade. The tool detects your installation type, applies the appropriate upgrade path from Git sources or vendored copies, and syncs local files automatically.

Does the gstack upgrade command work with vendored installations?

Yes, the gstack upgrade command works with vendored, local-git, and global installations. It detects the specific install type and executes the appropriate upgrade path while syncing local vendored copies.

Can I see what's new after upgrading gstack?

Yes, you can see what's new after upgrading gstack because the tool parses the CHANGELOG to present user-friendly release highlights. It extracts the changelog and surfaces the latest features and fixes.

How does version detection work for gstack upgrades?

Version detection for gstack upgrades works by identifying your current installation type and checking against the latest available release. This ensures the upgrade orchestration applies the correct Git-based or vendored upgrade path safely.

Can I rollback a gstack upgrade if something breaks?

Yes, you can rollback a gstack upgrade if something breaks because the tool includes safe rollback capabilities. These guardrails ensure you can revert to a previous state if an upgrade causes issues.

Is there an auto-upgrade option for gstack?

Yes, there is an auto-upgrade option for gstack that you can toggle to control automatic updates. This feature includes guardrails to safely manage the upgrade orchestration without manual intervention.