gstack-upgrade

Upgrade gstack to the latest version and report changes from the CHANGELOG.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Upgrade gstack to the latest version by accurately detecting install type (global, local, or vendored), performing the upgrade, and surfacing what's new.

Core Features & Use Cases

  • Detects whether gstack is installed globally, locally, or vendored and selects the appropriate upgrade path.
  • Upgrades to the latest version and applies any needed post-upgrade steps such as syncing vendored copies.
  • Presents a concise "What’s New" summary by parsing the CHANGELOG during the upgrade.
  • Supports auto-upgrade mode and manual prompts, with backup and rollback safeguards.

Quick Start

Run /gstack-upgrade to start upgrading gstack 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, the skill detects your installation type, pulls the latest version, and applies necessary post-upgrade steps like syncing vendored copies. It also updates configuration files and the CHANGELOG automatically.

How does gstack upgrade handle vendored copies?

For vendored copies, the gstack upgrade process detects the installation type and performs an optional sync to align the vendored version with the latest release. This ensures all embedded copies are updated correctly.

What's new in the latest gstack version after upgrading?

The gstack upgrade skill presents a concise What's New summary by parsing the CHANGELOG during the upgrade process. This surfaces recent changes and updates immediately after the installation completes.

Does the gstack upgrade tool require a specific environment?

Yes, the gstack upgrade requires a Bash environment and Git access to function correctly. It reads and writes directly to installation directories and updates configuration files to complete the upgrade.

Can I rollback a gstack upgrade if something goes wrong?

Yes, the gstack upgrade includes backup and rollback safeguards to protect your installation. If the latest version causes issues, you can revert to the previous state using these built-in safety mechanisms.