gstack-upgrade

Detect gstack install type and apply the latest upgrade.

Updated Mar 11, 2026
One-click install
npx skills add https://github.com/Liambiswell20-tech/Bolus-Brain --skill gstack-upgrade-liambiswell20-tech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gstack-upgrade
Source: https://github.com/Liambiswell20-tech/Bolus-Brain/tree/main/.claude/skills/gstack/gstack-upgrade
Command: npx skills add https://github.com/Liambiswell20-tech/Bolus-Brain --skill gstack-upgrade-liambiswell20-tech

SYSTEM DOCUMENTATION & REQUIREMENTS

## What problem does it solve? Upgrading gstack can be complex due to varying install types (global, local, vendored). This Skill streamlines the process by automatically detecting the installed form and upgrading to the latest version while clearly presenting what's new.

## Core Features & Use Cases

  • Detects whether gstack is installed globally, locally, or vendored and locates the correct install directory.
  • Upgrades to the latest version, preserves user changes as needed, and validates success.
  • Shows a concise changelog of what's new to help users decide when to upgrade.

### Quick Start Run /gstack-upgrade to check for updates and apply the upgrade, with prompts and auto-upgrade options as configured.

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, run the upgrade command to automatically detect your installation type and apply the latest update. The process validates success and preserves your local changes during the version control synchronization.

How does gstack handle upgrades for different installation types?

gstack upgrades work by detecting whether your install is global, local, or vendored, then applying the correct update path. It coordinates install detection, upgrade execution, and post-upgrade synchronization across these multiple install types.

Can I preserve my local changes when upgrading gstack?

Yes, the gstack upgrade process preserves user changes as needed while applying the latest version. It validates success after upgrading and handles synchronization to ensure your modifications remain intact across the update.

What is the best way to automate gstack version control updates?

The best way to automate gstack updates is using a dedicated upgrade skill that detects your install type and executes the version control synchronization automatically. It provides prompts and auto-upgrade options to streamline DevOps automation.

Do I need Bash to run a gstack upgrade?

Yes, the gstack upgrade process requires Bash, along with Read, Write, and AskUserQuestion tools, to detect the install directory and execute the upgrade. These dependencies ensure the automation validates success correctly.