Handle GitHub PR operations. Use for "PR", "pull request", "review" when repo is on github.com.
Run git remote -v to verify this is GitHub (github.com):
[email protected]:owner/repo.githttps://github.com/owner/repo.gitowner, repository = repoWhen listing or displaying PRs, use these status emojis based on PR state:
| Condition | Status |
|---|---|
| Draft | 📝 Draft |
| Open | ✅ Open |
| Merged | 🔀 Merged |
| Closed | ❌ Closed |
Note: Use search filter draft:false to exclude drafts when listing.
Display PRs in a table with columns: | # | Title | Author | Branch | Status | Updated |
Example:
| 123 | Add authentication feature | alice | feature/auth | ✅ Open | 1/22/2026 |
| 122 | Update dependencies | bob | chore/deps | 📝 Draft | 1/20/2026 |
When reviewing a PR:
## PR Review: #<NUM> - <TITLE>file_path:line_numberFor multi-line inline comments: