A GitHub CLI extension to check your open pull requests and review requests in a nicely formatted view.
Features
π Lists all your open pull requests and review requests
π¨ Color-coded output for better readability
π Well-formatted columns with proper text truncation
π Supports both English and Japanese text
π Uses your existing GitHub CLI authentication
Installation
gh extension install koh-sh/gh-myprs
Usage
Simply run:
gh myprs
The command will display two sections:
Pull requests you've created
Pull requests where you're requested as a reviewer
Example output:
π¨ Pull Requests Created by koh-sh
Title Updated URL
--------------------------------------------------------------------------------
chore: update dependency versions about 3 days... https://github.com/koh-sh/example-repo/pull/123
feat: add new feature about 1 week... https://github.com/koh-sh/example-repo/pull/456
π Review Requests for koh-sh
Title Updated URL
--------------------------------------------------------------------------------
docs: improve README about 2 days... https://github.com/org/repo/pull/789
fix: resolve bug in core module about 4 days... https://github.com/org/repo/pull/101