pi-git-things
Pi prompt templates for proposing commit messages and pull request descriptions.
Package details
Install pi-git-things from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:pi-git-things- Package
pi-git-things- Version
0.1.1- Published
- May 9, 2026
- Downloads
- 40/mo · 12/wk
- Author
- robzolkos
- License
- MIT
- Types
- prompt
- Size
- 5.4 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
pi-git-things
A small prompt package for Pi, containing Git workflow helpers used by Rob Zolkos.
It adds prompt templates for common Git actions, focused on turning the current working tree changes into clear, review-ready Git text:
- Propose a commit — suggests a concise commit title, and only adds a body when the reason is not obvious from the title.
- Propose a pull request — suggests a PR title and description with a short summary that explains the why behind the change.
These prompts do not replace Git. They help prepare the human-facing parts of everyday Git work: commit messages and pull request descriptions.
Install
pi install npm:pi-git-things
Included prompts
proposed-commit— draft a commit message for the current changes using Rob's preferred style.proposed-pr— draft a pull request title and description for the current changes.
Style
The commit prompt favors Basecamp-style commit messages: imperative, concise, and usually title-only. The PR prompt favors a practical summary that explains what changed and why, without duplicating information Git already knows, such as file lists.