gstack-upgrade

Upgrade gstack installations across global, local, and vendored paths.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Upgrade gstack to the latest version, detect install type, and apply upgrades while showing what's new.

Core Features & Use Cases

  • Detects whether gstack is installed globally, locally, or vendored.
  • Upgrades the appropriate install path and, when applicable, syncs local vendored copies.
  • Reports what's new after the upgrade and guides users through prompts and auto-upgrade options.

Quick Start

Run /gstack-upgrade to upgrade 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 to the latest version, run the /gstack-upgrade command. This automates the upgrade flow by detecting your installation type and applying the necessary updates safely.

How does gstack upgrade detection work for different installations?

Gstack upgrade detection works by automatically identifying whether your installation is global, local, or vendored. It then applies the appropriate upgrade path for your specific setup and syncs local copies if needed.

Can I upgrade a vendored gstack installation without breaking dependencies?

Yes, you can upgrade a vendored gstack installation safely. The upgrade process detects vendored paths, applies the update, and syncs your local vendored copies to ensure consistency across your project.

What is the best way to automate gstack version management?

The best way to automate gstack version management is using the built-in auto-upgrade options and prompts. The upgrade command handles install detection and applies updates while reporting what's new.

Why does my gstack upgrade not show what's new after completion?

A gstack upgrade reports what's new after completion by default. If this does not happen, ensure the upgrade flow completed successfully, as the reporting mechanism triggers once updates are fully applied.

Does gstack-upgrade support git-based installation paths?

Yes, gstack-upgrade supports git-based installation paths. It handles git-based upgrade flows alongside vendored paths, detecting the install type and applying the correct version management updates.