pr-stacking
Installation
SKILL.md
PR Stacking
Break large features into logical, dependent PRs for better code quality and easier reviews.
Prerequisites
# Install GitHub CLI (required for PR creation)
brew install gh # macOS
# or: sudo apt install gh # Ubuntu/Debian
# Authenticate
gh auth login