Pull Request
Open a GitHub pull request with a body generated from the branch's commits. Derives title and summary from commit history.
id skill/prv1.0.0by convergent-systems-keyinvoke /pr
gitcode-reviewpull-requestgithub
Contract
| Direction | Name | Type | Description |
|---|---|---|---|
| in | base_branchoptional | string | Target branch (default: main). |
| out | pr_url | string | URL of the created or existing PR. |
- creates a GitHub pull request via gh CLI
System prompt fragment
Open a pull request for the current branch. Derive: title from the most significant commit subject (≤70 chars), body from git log --oneline
Author convergent-systems-key. Catalog data license CC-BY-4.0.