gstack-upgrade

Upgrade gstack installations and surface release notes with rollback safety.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Upgrade gstack to the latest version by detecting install type (global vs vendored), executing the upgrade, and surfacing what's new for informed maintenance.

Core Features & Use Cases

  • Detects install type (global, local, vendored) and selects the appropriate upgrade path.
  • Auto-upgrade support with user prompts and safe fallbacks including backups and stash handling.
  • Syncs local vendored copies after a primary upgrade to keep all deployments aligned.

Quick Start

Run /gstack-upgrade to check for upgrades and apply them when detected.

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?

The upgrade tool detects your specific installation type, applies the update, and preserves backups with stash handling to ensure a rollback path if needed.

What is the difference between upgrading a global gstack install and a vendored one?

Upgrading a global gstack install updates the primary installation directly, while a vendored upgrade also syncs local copies to ensure all deployments remain aligned with the latest version.

How does the gstack upgrade process handle auto-upgrade prompts and existing local changes?

The upgrade process uses auto-upgrade prompts for user confirmation and applies safe fallbacks including backup preservation and stash handling to protect existing local changes during the update.

Can I use this upgrade method for git-based gstack installations?

Yes, the upgrade method implements install detection and Git-based upgrades specifically for git installations, alongside vendored refresh flows and user-facing messaging for complete coverage.

What happens if a gstack upgrade fails or causes issues?

If an upgrade causes issues, rollback safety mechanisms are implemented using preserved backups and stash handling, allowing you to revert the gstack installation to its previous stable state.