gstack-upgrade

Automate gstack upgrades with install detection and changelog sync.

1|1|Updated Mar 28, 2026
One-click install
npx skills add https://github.com/nuurpro/Converza_ai --skill gstack-upgrade-nuurpro
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gstack-upgrade
Source: https://github.com/nuurpro/Converza_ai/tree/main/.claude/skills/gstack-upgrade
Command: npx skills add https://github.com/nuurpro/Converza_ai --skill gstack-upgrade-nuurpro

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates upgrading gstack to the latest version, handling both global and vendored installs, and surfacing what's new after the upgrade.

Core Features & Use Cases

  • Detects install type (global vs local, git vs vendored) and performs a safe upgrade.
  • Applies optional auto-upgrade, prompts, and stash preservation to minimize disruption.
  • Synchronizes changelogs and ensures local vendored copies are updated when applicable.

Quick Start

Run /gstack-upgrade to check for and apply the latest 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 safely?

To upgrade gstack to the latest version safely, the Skill detects your install type, performs a safe git or vendored update, and synchronizes the changelog. It preserves stashed changes to minimize workflow disruption.

What is the difference between global and vendored gstack installs?

Global gstack installs are upgraded centrally, while vendored installs involve local copies within a project. The Skill detects the specific install type automatically and ensures local vendored copies are updated appropriately.

Can I automate gstack version management with auto-upgrade?

Yes, you can automate gstack version management using the auto-upgrade feature. The Skill applies optional auto-upgrade and prompts to streamline the process while preserving your local git stashes.

Does the gstack upgrade process preserve my uncommitted git changes?

Yes, the gstack upgrade process preserves uncommitted git changes. It implements stash preservation during safe git updates to ensure your local modifications are not lost during the version upgrade.

What happens to the changelog after upgrading gstack?

After upgrading gstack, the Skill synchronizes the changelog and reports what is new. This ensures you immediately see the latest version changes and updates applied to your installation.