home/categories/git-workflows/johnnymo87-dotfiles-claude-skills-managing-stacked-prs-skill-md
git-workflowsdevops

managing-stacked-pull-requests

This skill teaches how to manage stacked PRs (pr1 → pr2 → pr3) after the base PR merges. Covers rebasing dependent PRs onto the updated base branch using cherry-pick workflow. Use this when you have a chain of dependent PRs and need to update them after merging earlier PRs in the stack.

johnnymo87
maintainer
johnnymo87
Updated 1/19/2026
Stars
0
Forks
0
quick start

Installation and usage

This skill teaches how to manage stacked PRs (pr1 → pr2 → pr3) after the base PR merges. Covers rebasing dependent PRs onto the updated base branch using cherry-pick workflow. Use this when you have a chain of dependent PRs and need to update them after merging earlier PRs in the stack.

Installation
$ install --globalskills.sh
Usage

Once installed, you can use this skill by running the following command in your terminal:

skills use managing-stacked-pull-requests