@getpipher/git-tools

Git workflow skills for pi — issue creation, intelligent labeling, PR auditing, and issue solving across GitHub and GitLab.

Packages

Package details

skill

Install @getpipher/git-tools from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@getpipher/git-tools
Package
@getpipher/git-tools
Version
0.2.0
Published
Jul 6, 2026
Downloads
341/mo · 32/wk
Author
rz1989
License
MIT
Types
skill
Size
130.3 KB
Dependencies
0 dependencies · 0 peers
Pi manifest JSON
{
  "skills": [
    "./skills"
  ]
}

Security note

Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.

README

@getpipher/git-tools

Git workflow skills for pi — issue creation, intelligent labeling, PR auditing, and issue solving across GitHub and GitLab.

Skills

Skill Purpose
git-tools-commit Commit and push current changes to remote
git-tools-create-issue Comprehensive issue creation (GitHub/GitLab) with intelligent questioning, labels, type assignment
git-tools-create-pr Create a PR (GitHub) or MR (GitLab) from one branch to another
git-tools-get-pr-review Retrieve and analyze PR/MR review feedback to improve code quality
git-tools-label-issues Intelligently analyze and label unlabeled GitHub issues (any repo)
git-tools-local-sync Fetch all remotes, update all branches (dual-remote aware)
git-tools-merge-pr Merge a PR/MR by number or URL with configurable merge strategy
git-tools-pr-audit Review open PRs, merge sequentially with rebase, handle conflicts (org-aware)
git-tools-solve Create conventional branch, tackle issues serially, create PR
git-tools-standup Morning standup — PRs, issues, activity digest across GitHub orgs

Install

pi install npm:@getpipher/git-tools

Requires pi. Org-aware skills (pr-audit, solve, label-issues) read your approvedOrgs/owned_orgs from config — no orgs are assumed by default.

License

MIT