@firstpick/pi-prompts-git-pr
Reusable Pi prompt templates for commits, pull requests, and PR review workflows.
Package details
Install @firstpick/pi-prompts-git-pr from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@firstpick/pi-prompts-git-pr- Package
@firstpick/pi-prompts-git-pr- Version
0.1.6- Published
- Aug 7, 2026
- Downloads
- 2,321/mo · 334/wk
- Author
- firstpick
- License
- MIT
- Types
- prompt
- Size
- 9.9 KB
- Dependencies
- 0 dependencies · 0 peers
Pi manifest JSON
{
"prompts": [
"./prompts"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
Prompts Git PR for Pi
Adds ready-made prompts for commits, pull requests, and PR reviews.
What you can do
- Generates commit messages from staged changes.
- Creates branch names and pull-request descriptions.
- Reviews pull requests without editing them.
- Can help apply valid review suggestions safely.
Install
Install it through Pi:
pi install npm:@firstpick/pi-prompts-git-pr
Restart Pi if the package does not appear in your current session.
How to use it
Stage or prepare the relevant Git changes, then choose a prompt such as /git-staged-msg, /pr, or /pr-review-branch. Review generated text before committing or publishing it.
/check-pr— audit PR commits by author/branch/URL and identify risks./git-staged-msg— generate short and long conventional commit messages from staged changes./git-branch-name— generate atype/feature-namePR branch name from staged changes./pr— generate a PR description from the current branch diff./pr-review-branch— run a non-editing PR-style review against the base branch./pr-review-implement— safely implement valid PR review suggestions./pr-update— append new branch changes to an existing PR draft.
Technical details
See TECHNICAL.md for complete commands, configuration, compatibility, security, and troubleshooting information.