@artale/pi-git-pr
Full PR workflow for Pi. Create, list, review, merge PRs with real tools — no more bash gymnastics.
Package details
Install @artale/pi-git-pr from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@artale/pi-git-pr- Package
@artale/pi-git-pr- Version
1.0.0- Published
- Jul 5, 2026
- Downloads
- 121/mo · 9/wk
- Author
- artale
- License
- MIT
- Types
- extension
- Size
- 12 KB
- Dependencies
- 0 dependencies · 1 peer
Pi manifest JSON
{
"extensions": [
"src/extension.ts"
],
"tools": [],
"commands": [
"pr"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
pi-git-pr
Full PR workflow for Pi. Create, list, review, merge PRs with real tools — no more bash gymnastics.
Install
pi install npm:@artale/pi-git-pr
Requires gh CLI installed and authenticated.
Tools
| Tool | Description |
|---|---|
create_pr |
Create PR from current branch |
list_prs |
List PRs with filters |
view_pr |
PR details, reviews, stats |
merge_pr |
Merge with squash/rebase/merge |
review_pr |
Approve, request changes, comment |
pr_checks |
CI check status |
checkout_pr |
Check out a PR locally |
pr_diff |
Get PR diff |
Commands
/pr— create PR (auto-fills from commits)/pr list— list open PRs/pr view [num]— view PR details/pr merge [num]— merge PR/pr checks [num]— CI status/pr diff [num]— show diff
License
MIT