gstack-upgrade

Upgrade gstack installations to the latest release and show changelog.

Updated Mar 24, 2026
One-click install
npx skills add https://github.com/pcaokhai/gradion-response-report-api --skill gstack-upgrade-pcaokhai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gstack-upgrade
Source: https://github.com/pcaokhai/gradion-response-report-api/tree/main/.claude/skills/gstack/gstack-upgrade
Command: npx skills add https://github.com/pcaokhai/gradion-response-report-api --skill gstack-upgrade-pcaokhai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Upgrades gstack installations by detecting install type (global, local, vendored), applying the latest release, and surfacing a concise changelog.

Core Features & Use Cases

  • Detects install type and upgrades the appropriate copy.
  • Upgrades primary install, syncs local vendored copies, and preserves user data with backups.
  • Use Case: A team can ensure everyone has the newest gstack with a single command and see what changed.

Quick Start

Run /gstack-upgrade to force a fresh upgrade check and apply 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 fetch the latest release via git and replace the installed version. The tool detects your install type and applies the update while preserving user data with backups.

Can I sync local vendored gstack copies from the primary installation?

Yes, you can sync local vendored gstack copies from the primary installation. The upgrade process detects vendored install types and synchronizes those local copies with the latest primary release.

Does upgrading gstack work for global, local, and vendored installations?

Upgrading gstack works for global, local, and vendored installations. The tool automatically detects the install type and upgrades the appropriate copy to ensure you have the newest version.

Do I need network access and git to upgrade gstack?

Yes, you need network access and git operations to upgrade gstack. The tool requires network connectivity to fetch updates from the repository and git to pull the latest release.

How does the gstack upgrade show what's new after updating?

The gstack upgrade shows what's new by surfacing a concise changelog after applying the latest release. This allows teams to see exactly what changed in the newest version with a single command.

What is the best way to automate gstack version control updates for a team?

The best way to automate gstack version control updates for a team is using the upgrade command to force a fresh check. It applies the latest version and syncs installs, ensuring everyone has the newest release.