gstack-upgrade

Upgrade the gstack tool to its latest version via git or fresh clone.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of upgrading the gstack tool to its latest version, ensuring you have access to the newest features and bug fixes without manual intervention.

Core Features & Use Cases

  • Automated Upgrades: Detects and applies the latest gstack version.
  • Version Detection: Identifies whether gstack is installed globally or locally (vendored).
  • Change Summary: Displays a concise summary of what's new in the updated version.
  • Use Case: Run /gstack-upgrade to seamlessly update your gstack installation and get a quick overview of recent improvements.

Quick Start

Run the gstack-upgrade skill to update 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 to the latest version, you can run the gstack-upgrade skill. It automates the update process, detecting your installation type and applying the upgrade while providing a summary of recent changes.

Does gstack version management support both global and vendored installations?

Yes, gstack version management supports both global and vendored installations. The skill automatically detects the installation type and performs the upgrade using git or by cloning a fresh repository, updating any local vendored copies.

What's the best way to automate updating a tool installed via git repositories?

The best way to automate updating a tool installed via git is using an automation skill like gstack-upgrade. It handles version detection, applies git updates or fresh clones, and synchronizes local vendored copies without manual intervention.

Can I see what changes were made after updating my gstack installation?

Yes, you can see what changes were made after updating your gstack installation. The upgrade process provides a concise summary of changes between the old and new versions, giving you a quick overview of new features and bug fixes.

Why does my local vendored copy of gstack not update when I pull the latest changes?

Your local vendored copy might not update because it requires synchronization after pulling latest changes. The gstack-upgrade skill specifically addresses this by detecting local installations and updating any vendored copies to match the new version.