gstack-upgrade

Upgrade gstack to the latest version and sync vendored copies.

46|13|Updated Jul 30, 2025
One-click install
npx skills add https://github.com/aimasteracc/tree-sitter-analyzer --skill gstack-upgrade-aimasteracc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gstack-upgrade
Source: https://github.com/aimasteracc/tree-sitter-analyzer/tree/main/.claude/skills/gstack-upgrade
Command: npx skills add https://github.com/aimasteracc/tree-sitter-analyzer --skill gstack-upgrade-aimasteracc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides an automated upgrade workflow for gstack, ensuring you always run the latest version while safely handling local changes and vendored copies.

Core Features & Use Cases

  • Detect install type (global/local, git/vendored) and choose the correct upgrade path.
  • Perform a safe upgrade, including setup, stashing local changes, and rollback on failure.
  • Sync local vendored copies from the primary install and keep them up to date.

Quick Start

Ask Claude 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 automatically upgrade gstack to the latest version?

To automatically upgrade gstack, the Skill detects your installation type and executes a safe upgrade sequence, pulling the latest version and reporting the new changes via changelog extraction.

What happens to my local changes when I upgrade a git-based gstack installation?

When upgrading a git-based gstack installation, the Skill safely stashes your local changes before executing the upgrade sequence and applies rollback procedures if the setup or sync fails.

How do I sync local vendored copies after a gstack version upgrade?

To sync local vendored copies after a gstack version upgrade, the Skill automatically synchronizes any local vendored copies from the primary installation to ensure all instances remain up to date.

Do I need git and shell access to run an automated gstack upgrade?

Yes, you need access to shell tools and git to perform an automated gstack upgrade, as the workflow requires version tracking, changelog extraction, and executing the upgrade sequence.

Can I see what's new in gstack after performing a version upgrade?

Yes, after performing a gstack version upgrade, the Skill extracts and reports the changelog, exposing exactly what is new in the updated version.