code:stacked-commit

Installation
SKILL.md

Stacked Commit Skill (Graphite)

Manage stacked commits using Graphite - a CLI for creating and managing stacked PRs.

When to Use

  • User wants to break work into multiple small, reviewable commits
  • Working with stacked commits (multiple commits stacked on each other)
  • Syncing and submitting stacked PRs

Prerequisites

Ensure Graphite is installed:

brew install graphite-dev || npm install -g @graphite-dev/cli

Core Operations

Installs
9
GitHub Stars
29
First Seen
Mar 8, 2026
code:stacked-commit — martinffx/atelier