gstack-upgrade

Upgrade gstack installs and report changelog and post-upgrade verification.

Updated Apr 3, 2026
One-click install
npx skills add https://github.com/Intension-us/attention-diagnostic --skill gstack-upgrade-intension-us
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gstack-upgrade
Source: https://github.com/Intension-us/attention-diagnostic/tree/main/.claude/skills/gstack/gstack-upgrade
Command: npx skills add https://github.com/Intension-us/attention-diagnostic --skill gstack-upgrade-intension-us

SYSTEM DOCUMENTATION & REQUIREMENTS

## What problem does it solve? Upgrade gstack to the latest version while preserving existing setups and surfacing what's new, to save time and avoid manual upgrade friction.

## Core Features & Use Cases

  • Detects install type (global vs vendored) and applies the appropriate upgrade flow.
  • Upgrades gstack, runs setup, and reports what's new, including auto-upgrade and local vendored sync options.
  • Use case: when you need to stay up-to-date in CI or on developer machines and want a safe, rollback-able upgrade path.

### Quick Start Upgrade gstack to the latest version using the /gstack-upgrade command when prompted.

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 safely, this skill detects your install type, archives the current version, applies the upgrade, and runs post-upgrade verification to ensure a rollback-able path.

What is the best way to handle a gstack upgrade in CI environments?

Handling a gstack upgrade in CI is done by detecting the global or vendored install type, applying the upgrade, and reporting what's new to keep developer machines and pipelines synchronized safely.

Does the gstack upgrade process support both global and local vendored installs?

Yes, the gstack upgrade process supports both global-vendored and local installs, applying the appropriate upgrade flow based on install-detection to preserve your existing setup.

How does version archival work during a gstack upgrade?

Version archival during a gstack upgrade preserves your previous setup by saving the old version before applying the new one, ensuring a safe, rollback-able upgrade path if needed.

Can I see what's new after upgrading gstack?

Yes, after upgrading gstack, the skill extracts the changelog and reports what's new, allowing you to review recent changes immediately after the upgrade completes.