gstack-upgrade

Automate gstack upgrades by detecting global/vendored installs and displaying changes.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/Santiagoisper/BOPE_VERSION_DEFINITIVA --skill gstack-upgrade-santiagoisper
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gstack-upgrade
Source: https://github.com/Santiagoisper/BOPE_VERSION_DEFINITIVA/tree/main/.agents/skills/gstack/gstack-upgrade
Command: npx skills add https://github.com/Santiagoisper/BOPE_VERSION_DEFINITIVA --skill gstack-upgrade-santiagoisper

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Bash, Read, Write, AskUserQuestion, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of upgrading gstack to the latest version, detecting global vs vendored install, running the upgrade, and showing what's new.

Core Features & Use Cases

  • Automatic Detection: Determines if gstack is installed globally or vendored.
  • Upgrade Execution: Runs the upgrade process for gstack.
  • Change Logging: Shows what's new after the upgrade.
  • User Interaction: Provides options for manual upgrade, enabling auto-upgrades, or skipping the upgrade.

Quick Start

Upgrade gstack to the latest version by running the command: /gstack-upgrade

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

To upgrade gstack automatically, run the `/gstack-upgrade` command. The Skill detects your installation type, executes the version update, and displays the new changes without requiring manual terminal input.

What is the difference between a global and vendored gstack installation when upgrading?

A global gstack installation is upgraded across your entire system, while a vendored installation is updated locally within a specific project. The Skill automatically detects which setup you have and applies the correct upgrade process.

Can I see what changes are new after a gstack version upgrade?

Yes, you can see what is new after a gstack upgrade. The Skill includes a change logging feature that automatically displays the release notes and modifications applied during the version update process.

Does the gstack upgrade process require specific permissions to run?

Yes, the gstack upgrade process requires Bash, Read, Write, and AskUserQuestion permissions. These allow the Skill to execute shell commands, modify files, and prompt you for decisions regarding the software management workflow.

What options do I have if I do not want to automatically upgrade gstack right now?

If you do not want to automatically upgrade gstack, you can choose to perform a manual upgrade, enable future auto-upgrades, or skip the current upgrade entirely. The Skill prompts you with these options before proceeding.

When should I use an automated tool instead of manual commands for software version control?

You should use an automated tool for software version control when you need to safely detect installation environments and apply updates without manual errors. It simplifies managing global and vendored dependencies across projects.