Guide
Getting Started
Install and set up gh-please extension
Getting Started
Prerequisites
Before installing gh-please, make sure you have:
- GitHub CLI (
gh) - Version 2.0 or higher - Bun - JavaScript runtime and toolkit (required for some features)
Installation
Install from GitHub
gh extension install pleaseai/gh-please
Install for Development
git clone https://github.com/pleaseai/gh-please.git
cd gh-please
bun install
gh extension install .
Verify Installation
gh please --version
Quick Start
Once installed, you can immediately use core commands without any additional setup:
# Issue management
gh please issue sub-issue list 123
# PR management
gh please pr review reply <comment-id> -b "Fixed in latest commit!"
Next Steps
- Quick Start Guide - Learn the most common commands
- Issue Management - Manage sub-issues and dependencies
- PR Management - Handle code reviews efficiently