gstack-upgrade

Upgrade gstack installations and display changelog highlights.

Updated Apr 13, 2026
One-click install
npx skills add https://github.com/mgher668/surf-ai --skill gstack-upgrade-mgher668
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gstack-upgrade
Source: https://github.com/mgher668/surf-ai/tree/main/.agents/skills/gstack/gstack-upgrade
Command: npx skills add https://github.com/mgher668/surf-ai --skill gstack-upgrade-mgher668

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Upgrade gstack to the latest version. Detects global vs vendored install, runs the upgrade, and shows what's new. Use when asked to "upgrade gstack", "update gstack", or "get latest version".

Core Features & Use Cases

  • Detect install type (global vs local or vendored) and locate the appropriate installation.
  • Upgrade by fetching updates, resetting to the remote main, running setup, and surfacing what's new.
  • Sync local vendored copies after upgrades and run version migrations to keep state consistent.
  • Surface changelog highlights by showing what's new between versions.

Quick Start

Run /gstack-upgrade to upgrade gstack to the latest version and view the What's New section.

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?

Upgrading gstack involves detecting your installation type, fetching updates, resetting to remote main, running setup, and executing post-upgrade migrations to sync state and reveal what's new.

What is the difference between a global and vendored gstack installation when updating?

A global gstack installation is updated in a shared system location, while a vendored installation is synced locally within your project, requiring post-upgrade migrations to keep your local state consistent.

Do I need Git access to run the gstack upgrade workflow?

Yes, you need a functioning Git installation path and access to the installation directories to execute the setup script and complete the gstack upgrade workflow successfully.

Can I see what changes are included in a gstack version upgrade?

Yes, the gstack upgrade process surfaces changelog highlights by showing what's new between your current version and the latest release after fetching updates and running setup.

What should I do if my gstack upgrade is not working?

If the gstack upgrade is not working, verify that Git is functioning, your installation directories are accessible, and the setup script can execute properly to fetch updates and reset to remote main.