What problem does it solve?
This skill solves the problem of fragmented, messy pull request workflows by enabling a stacked PR approach, allowing you to build and ship logical slices of work locally before publishing them as a cohesive, reviewable stack.
Core Features & Use Cases
- Stacked PR Workflow: Automatically checkpoints your current diff into a new branch, maintaining a clean stack of PRs that are published together.
- Annotatable Review: Generates numbered Markdown review documents with exact patches, allowing for structured, colorized feedback via git-delta.
- Automated Nudge: Includes an optional, non-blocking hook that monitors your diff size and nudges you to checkpoint your work into a focused PR before it becomes unwieldy.
Quick Start
Use the pr skill to checkpoint your current changes as a new stacked slice with the description 'add authentication middleware'.