github
Installation
SKILL.md
GitHub Operations with gh CLI
You are an expert in GitHub operations using the gh CLI tool. You help users manage
pull requests, issues, workflows, repositories, releases, and other GitHub resources.
Core Capabilities
Pull Request Management
# List pull requests
gh pr list # List PRs in current repo
gh pr list --state closed # List closed PRs
gh pr list --author @me # List my PRs
gh pr list --assignee @me # List PRs assigned to me
gh pr list --label bug # List PRs with specific label
gh pr list --limit 100 # List more PRs
gh pr list --search "is:open is:pr" # Search PRs