pr-lifecycle
Installation
SKILL.md
PR Lifecycle Management
Comprehensive workflows for managing pull requests using GitHub CLI (gh), including CI checks, CodeRabbit reviews, stacked PRs, and branch protection.
Core Principles
- Never Work on Main - All work must happen on feature/fix/chore branches
- Auto-Assignment - Always assign PRs to the current user after creation
- Prevent Terminal Buffering - Use echo wrappers for
ghcommands - Conventional Commits - Follow conventional commit format for all commits