gstack-upgrade

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

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/gfires/motion-analysis --skill gstack-upgrade-gfires
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gstack-upgrade
Source: https://github.com/gfires/motion-analysis/tree/main/gstack-upgrade
Command: npx skills add https://github.com/gfires/motion-analysis --skill gstack-upgrade-gfires

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Upgrade gstack to the latest version across global and vendored installs, ensuring you stay on current features and fixes with minimal disruption.

Core Features & Use Cases

  • Detects whether gstack is installed globally or locally and upgrades accordingly.
  • Applies upgrades, runs migrations, and synchronizes any local vendored copies to match the primary install.
  • Shows a changelog of what's new between the old and new versions to inform stakeholders.

Quick Start

Upgrade gstack to the latest version and review what's new.

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 types?

To upgrade gstack, the automation detects whether your install is global, local, or vendored, then applies the upgrade accordingly. This ensures all installation modes are updated to the latest version safely.

What happens to my local configuration when running a gstack version upgrade?

During a gstack upgrade, post-upgrade migrations run automatically to maintain state integrity and compatibility. This process updates your configuration safely and synchronizes any local vendored copies to match.

Can I see what changed after automating a gstack upgrade?

Yes, after upgrading gstack, the tool surfaces a changelog detailing what is new between your old and new versions. This informs stakeholders of applied features and fixes from the version control history.

Does the gstack upgrade workflow synchronize local vendored copies?

Yes, the gstack upgrade workflow includes vendored synchronization to ensure local copies match the primary install. It applies git-based upgrade flows to keep deployments synchronized across multiple modes.