·using-git-spice
</>

using-git-spice

arittr/spectacular

Use when working with stacked branches, managing dependent PRs/CRs, or uncertain about git-spice commands (stack vs upstack vs downstack) - provides command reference, workflow patterns, and common pitfalls for the git-spice CLI tool

13Installs·0Trend·@arittr

Installation

$npx skills add https://github.com/arittr/spectacular --skill using-git-spice

SKILL.md

git-spice (gs) is a CLI tool for managing stacked Git branches and their Change Requests.

Core principle: git-spice tracks branch relationships (stacks) and automates rebasing/submitting dependent branches.

| Initialize repo | gs repo init | Required once per repo. Sets trunk branch. | | Create stacked branch | gs branch create | Creates branch on top of current. Use gs bc shorthand. | | View stack | gs log short | Shows current stack. Use gs ls or gs log long (gs ll) for details. |

Use when working with stacked branches, managing dependent PRs/CRs, or uncertain about git-spice commands (stack vs upstack vs downstack) - provides command reference, workflow patterns, and common pitfalls for the git-spice CLI tool Source: arittr/spectacular.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/arittr/spectacular --skill using-git-spice
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is using-git-spice?

Use when working with stacked branches, managing dependent PRs/CRs, or uncertain about git-spice commands (stack vs upstack vs downstack) - provides command reference, workflow patterns, and common pitfalls for the git-spice CLI tool Source: arittr/spectacular.

How do I install using-git-spice?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/arittr/spectacular --skill using-git-spice Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/arittr/spectacular