gstack-upgrade

Upgrade gstack installs by detecting type, applying updates, and summarizing CHANGELOG.md changes.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Upgrading gstack manually can be error-prone due to varied install types (global vs local, git vs vendored) and the need to validate success and surface what's new.

Core Features & Use Cases

  • Detects install type (global or local, git or vendored) and upgrades accordingly.
  • Applies upgrades safely with rollback and post-update verification.
  • Summarizes changes from CHANGELOG.md to keep users informed about new features and fixes.

Quick Start

Run the /gstack-upgrade command 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 safely?

The gstack upgrade process detects your install type, applies the latest version safely, verifies the update, and summarizes changes from CHANGELOG.md so you know exactly what is new.

Does the gstack upgrade work with both git and vendored installs?

Yes, the upgrade detects whether gstack is installed globally or locally via git or a vendored copy, applying the correct update path and verifying success for each specific install type.

What happens if a gstack upgrade fails midway?

The upgrade enforces safety by validating the install path and using fallback restoration to roll back changes, ensuring your gstack environment remains clean and functional if an update fails.

Can I see what new features are added when I upgrade gstack?

Yes, after completing the update, the process summarizes changes from CHANGELOG.md to keep you informed about new features and fixes included in the latest gstack version.

How do I automate gstack version updates without manual prompts?

You can automate gstack version updates by leveraging the auto-upgrade feature, which handles user prompts automatically while still validating the install path and ensuring a clean update.