gstack-upgrade

Upgrade gstack installations and display a changelog of new changes.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

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

Core Features & Use Cases

  • Detects global vs vendored install, runs the upgrade, and shows what's new.
  • Handles both git-based upgrades and vendored installs, including syncing local vendored copies.
  • Provides a standalone usage path to force an upgrade check and apply updates.

Quick Start

Run /gstack-upgrade to upgrade gstack to the latest version and surface 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?

To upgrade gstack, run the /gstack-upgrade command to automatically detect your installation type, apply the latest update, and display a concise changelog of new changes.

Does gstack upgrade work with vendored installations?

Yes, gstack upgrade fully supports vendored installations by detecting the local copy, performing the upgrade, and automatically syncing the vendored files to the newest version.

What is the difference between a global and vendored gstack upgrade?

A global gstack upgrade updates the shared installation directly, while a vendored upgrade requires syncing the local repository copy after updating to ensure the vendored version matches.

How can I see what's new after a gstack version upgrade?

After completing the gstack upgrade, the tool automatically surfaces what's new by displaying a concise changelog detailing the recent changes applied to your installation.

Can I force a manual upgrade check for gstack?

Yes, you can force a manual upgrade check using the standalone usage path to verify the current version and apply available updates for both git-based and vendored installations.

Do I need git to run a gstack upgrade?

Git is required for git-based upgrade workflows, but the tool also handles vendored installations separately, allowing you to upgrade and sync local copies without direct git dependencies.