gstack-upgrade

Upgrade gstack installations by detecting type and running migration scripts.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, bash, and includes scripts (resource) components.

What problem does it solve?

This Skill ensures your gstack environment remains current with the latest features, security patches, and architectural improvements, preventing drift between your local setup and the global source of truth.

Core Features & Use Cases

  • Automated Version Management: Detects your current installation type (global, local, or vendored) and performs the appropriate upgrade sequence.
  • State Migration: Automatically runs version-specific migration scripts to fix stale configurations, orphaned files, or directory structure changes.
  • Use Case: When a new version of gstack is released, simply invoke this skill to synchronize your local environment, update vendored copies, and receive a summary of user-facing changes without manual intervention.

Quick Start

Run the gstack-upgrade skill to update your installation to the latest version and review the recent changes.

Frequently Asked Questions about gstack-upgrade

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate gstack environment migration when a new version is released?

You can upgrade your gstack installation by invoking this skill, which detects your installation type and executes version-specific migration scripts to update global, local, and vendored repository configurations automatically.

What does gstack upgrade do to fix stale configurations and orphaned files?

The gstack upgrade process runs state migration scripts that automatically fix stale configurations, remove orphaned files, and resolve directory structure changes to ensure environment consistency.

Do I need git and bash to run gstack maintenance and upgrade scripts?

Yes, you need bash execution capabilities and git installed to run gstack upgrade scripts, as the skill performs git operations and file system modifications to apply configuration updates.

Can I update vendored gstack repository copies without manual intervention?

Yes, you can update vendored gstack repository copies without manual intervention by running the upgrade skill, which detects the vendored installation type and applies the appropriate synchronization sequence.

When should I run a gstack upgrade to prevent environment drift?

You should run a gstack upgrade whenever a new version is released to prevent drift between your local setup and the global source of truth, ensuring you have the latest security patches and features.

What is the best way to manage gstack devops toolset version updates across different installations?

The best way to manage gstack devops toolset updates is running the automated upgrade skill, which detects global, local, and vendored installations to execute the correct migration scripts and maintain environment consistency.