stackit

Manage stacked Git branches and submit associated pull requests to GitHub.

31|1|Updated Dec 14, 2025
One-click install
npx skills add https://github.com/jonnii/stackit --skill stackit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stackit
Source: https://github.com/jonnii/stackit/tree/main/internal/cli/agent/templates/skill
Command: npx skills add https://github.com/jonnii/stackit --skill stackit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Stackit helps developers organize complex, feature-based work by managing stacked Git branches and their associated PRs. It reduces merge conflicts, speeds up reviews, and enables incremental delivery with a clear branch hierarchy.

Core Features & Use Cases

  • Stacked Branches: Create and manage a chain of dependent feature branches that build on each other.
  • PR Submission: Push the entire stack or a subset to GitHub in a single command.
  • Automatic Restacking: Keep branches updated as ancestors change, maintaining a coherent history.

Quick Start

  • Initialize Stackit in your repository: stackit init
  • Stage changes and create the first stacked branch: echo "feat: start feature" | stackit create
  • Visualize the stack: stackit log
  • Submit the stack for review: stackit submit --stack