gstack-upgrade

Detect gstack install type, upgrade to latest, and sync vendored copies.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Upgrading gstack across diverse installation layouts (global git, local git, vendored) is error-prone and hard to audit. This skill automates install-type detection, performs the upgrade, and ensures local vendored copies stay in sync, reducing manual steps and downtime.

Core Features & Use Cases

  • Detects install type (global git, local git, or vendored) and selects the correct upgrade path.
  • Upgrades to the latest version with a safe rollback and post-upgrade messaging.
  • Synchronizes local vendored copies to keep development environments in sync with the primary install.
  • Use Case: You manage multiple environments and need a consistent gstack version across machines.

Quick Start

Run /gstack-upgrade to start the upgrade flow.

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 across different installation layouts?

Upgrading gstack across multiple environments is automated by detecting the specific install type, such as global git or vendored, and applying the correct upgrade path while synchronizing local copies.

What is the safest way to automate a version upgrade for a local vendored gstack copy?

Automating a version upgrade for a local vendored gstack copy is handled by synchronizing the vendored files with the primary install during the update, supported by a clear rollback mechanism for safety.

Can I roll back a gstack upgrade if the new version causes issues in my devops environment?

Yes, you can roll back a gstack upgrade because the skill includes a safe rollback mechanism and performs safety checks, allowing you to revert to the previous state if the new version causes issues.

Does the gstack upgrade script work with both global and local git installations?

Yes, the gstack upgrade script works with both global and local git installations by detecting the install type and selecting the appropriate upgrade path to ensure a successful version update.

Why does upgrading a vendored gstack copy require synchronization with the primary install?

Upgrading a vendored gstack copy requires synchronization to keep development environments in sync with the primary install, reducing manual steps and preventing version drift across different machines.