gstack-upgrade

Detect gstack version, apply upgrades, and run migrations automatically.

1|Updated Jul 6, 2025
One-click install
npx skills add https://github.com/VanL/simplebroker --skill gstack-upgrade-vanl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gstack-upgrade
Source: https://github.com/VanL/simplebroker/tree/main/.agents/skills/gstack/gstack-upgrade
Command: npx skills add https://github.com/VanL/simplebroker --skill gstack-upgrade-vanl

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of upgrading gstack by automating version checks, detection, and installation.

Core Features & Use Cases

  • Version Detection: Identifies current installed gstack version across different installation types.
  • Automated Upgrade: Downloads and applies updates, including handling local vendored copies and team mode.
  • Use Case: When prompted, upgrades gstack to the latest version, applies necessary migrations, and summarizes new features for the user.

Quick Start

Ask the AI to run the gstack upgrade helper to automatically update gstack to the latest release.

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 version detection and upgrades across different installation types?

Automating gstack upgrades involves detecting the current version across git-based and vendored setups, then applying updates and migrations to keep the system current with minimal manual intervention.

What is the best way to handle gstack migrations when updating to a new version?

Handling gstack migrations during an update requires a process that downloads the latest release, applies necessary database or configuration migrations automatically, and summarizes new features for the user.

Can I use automated gstack updates with a local vendored copy or team mode setup?

Automated gstack updates fully support local vendored copies and team mode configurations, detecting the specific installation type to apply the correct upgrade path without breaking the existing environment.

Why does my gstack version management require manual intervention during updates?

Gstack version management requires manual intervention when an automated upgrade tool is not utilized to detect the installation type, download the correct release, and apply the necessary system migrations.

Does the gstack upgrade process work for both git-based and vendored installations?

The gstack upgrade process works for both git-based and vendored installations by identifying the specific setup type, fetching the latest version, and executing the required migrations to ensure system consistency.