gstack-upgrade

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

1|Updated Nov 13, 2025
One-click install
npx skills add https://github.com/concept2cure/ClinicalSageAI-2-replit --skill gstack-upgrade-concept2cure
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gstack-upgrade
Source: https://github.com/concept2cure/ClinicalSageAI-2-replit/tree/main/.claude/skills/gstack/gstack-upgrade
Command: npx skills add https://github.com/concept2cure/ClinicalSageAI-2-replit --skill gstack-upgrade-concept2cure

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Upgrading gstack to the latest release can be error-prone due to varied install types (global Git, local Git, vendored). This skill detects the installed form, performs a safe upgrade, and surfaces what's new to help you verify changes.

Core Features & Use Cases

  • Detects install type (global-git, local-git, vendored) and upgrades accordingly.
  • Produces a concise "What's New" summary by comparing old and new versions.
  • Supports auto-upgrade mode, interactive prompts, and rollback if the upgrade fails.

Quick Start

Run /gstack-upgrade to begin upgrading 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 safely?

To upgrade gstack safely, run the upgrade command to trigger a deterministic flow that detects the install type, applies the latest version, and provides a safe rollback if the process fails.

What is the best way to see what's new after a gstack version upgrade?

The best way to see what's new is using a tool that parses the changelog and compares old and new versions, generating a concise summary of changes after the upgrade completes.

Does the gstack upgrade process support both globally installed and vendored setups?

Yes, the gstack upgrade process supports global Git, local Git, and vendored install types by detecting the environment and applying the correct upgrade path for each specific configuration.

Can I automate gstack version management without manual prompts?

Yes, you can automate gstack version management using the auto-upgrade mode, which bypasses interactive prompts and applies the latest version directly while still checkpointing for rollbacks.

What happens if an automated gstack upgrade fails midway?

If an automated gstack upgrade fails, the system executes a safe rollback using version checkpointing to restore the previous state, preventing a broken installation.