gstack-upgrade

Detects gstack install type and applies latest upgrades via Git.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Upgrading gstack across global, local, and vendored installations can be error-prone and manual. This Skill automates detection, upgrade, and changelog presentation to keep your tooling current with minimal friction.

Core Features & Use Cases

  • Detects install type (global-git, local-git, vendored) and upgrades accordingly.
  • Synchronizes local vendored copies after a successful upgrade.
  • Presents a concise "What's New" summary and keeps upgrade state in config/cache for repeatability.
  • Supports standalone usage to force-check for upgrades from the command line.

Quick Start

Run /gstack-upgrade to check for and apply the latest upgrade to your gstack installation.

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

To upgrade gstack, the tool automatically detects whether your installation is global-git, local-git, or vendored, then fetches and applies the latest changes using standard Git operations without manual intervention.

What is the best way to synchronize a local vendored gstack installation after an upgrade?

Synchronizing a local vendored gstack installation happens automatically after a successful upgrade, ensuring your local copies match the latest fetched changes without requiring manual file manipulations.

How does gstack handle upgrade prompts and auto-upgrade preferences?

gstack handles upgrade prompts by managing auto-upgrade preferences within its configuration, requiring only user permission to proceed before applying the latest changes to the installation.

Can I force-check for gstack upgrades from the command line?

Yes, you can run the standalone upgrade command from the CLI to force-check for upgrades, allowing you to manually verify and apply the latest gstack version outside of automatic checks.

What information is displayed after a gstack upgrade completes?

After a gstack upgrade completes, the tool presents a concise 'What's New' summary and updates the configuration cache to keep your upgrade state current for repeatability.

Do I need external dependencies to run a gstack upgrade?

No, you do not need external dependencies to run a gstack upgrade; it relies entirely on standard Git operations and local file manipulations, requiring only user permission to execute.