gstack-upgrade

Upgrade gstack to the latest version across installs with backups and changelog.

Updated Apr 16, 2026
One-click install
npx skills add https://github.com/vib795/copilot-anatomy --skill gstack-upgrade-vib795
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gstack-upgrade
Source: https://github.com/vib795/copilot-anatomy/tree/main/.github/skills/gstack-gstack-upgrade
Command: npx skills add https://github.com/vib795/copilot-anatomy --skill gstack-upgrade-vib795

SYSTEM DOCUMENTATION & REQUIREMENTS

## What problem does it solve? Upgrade gstack to the latest version. Detects global vs vendored install, runs the upgrade, and shows what's new. Use when asked to "upgrade gstack", "update gstack", or "get latest version". Voice triggers (speech-to-text aliases): "upgrade the tools", "update the tools", "gee stack upgrade", "g stack upgrade".

## Core Features & Use Cases

  • Detects install type (global/local vendored or team mode) and upgrades accordingly.
  • Executes upgrade and optionally runs migrations, then reports what's new.
  • Supports standalone usage to force a check and sync local vendored copies with a primary install.

Quick Start

Trigger the upgrade flow to upgrade gstack to the latest version.

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, trigger the automated upgrade flow which detects your install type, applies the update with backups, and optionally runs migrations. You can initiate it via commands or voice triggers like "upgrade gstack".

What is the best way to update a vendored gstack install?

Updating a vendored gstack install is handled automatically by the upgrade flow, which detects local or team mode installations and syncs your local vendored copies with the primary install.

Does upgrading gstack run database or config migrations?

Yes, upgrading gstack optionally executes migrations after the main update. The automated flow safely applies these migrations and then reports a post-upgrade changelog summary.

Are backups created before an automated gstack update?

Yes, the automated gstack update creates safe backups before applying the latest version. This ensures your global, local, or vendored installation can be restored if the upgrade encounters issues.

Can I force a version check for gstack without a full upgrade?

Yes, you can use the standalone usage mode to force a check for the latest gstack version. This verifies if an upgrade is needed and syncs local vendored copies without a mandatory full installation.

What changes are shown after a gstack version upgrade?

After a gstack version upgrade, a post-upgrade changelog summary is displayed. This report details what is new in the installed version, ensuring you immediately see recent updates and migrations.