stackit

Manage stacked branches and submit pull requests with a single command.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Stackit enables engineers to manage large features as a stack of smaller, interdependent branches. This reduces review burden, enables incremental shipping, and preserves a clear history.

Core Features & Use Cases

  • Stacked Branch Workflow: Break a feature into a chain of branches that build on top of each other.
  • Single-Command PR Management: Submit or update PRs for the entire stack with a single command.
  • Safe Rebasing & Visualization: View parent/child relationships, restack when the trunk advances, and navigate the stack safely.

Quick Start

Start by layering your work: pipe a commit message to stackit create to start a new stacked branch, then continue layering new parts and finally submit the stack with stackit submit --stack.