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

  1. Never Work on Main - All work must happen on feature/fix/chore branches
  2. Auto-Assignment - Always assign PRs to the current user after creation
  3. Prevent Terminal Buffering - Use echo wrappers for gh commands
  4. Conventional Commits - Follow conventional commit format for all commits

Skill Contents

Sections

Installs
7
GitHub Stars
38
First Seen
Jan 24, 2026
pr-lifecycle — bitsoex/bitso-java