Pull Request
Open a GitHub pull request with a body generated from the branch's commits. Derives title and summary from commit history.
/pr
gitcode-review pull-requestgithub
Inputs
| Name | Type | Description |
|---|---|---|
base_branch optional | string | Target branch (default: main). |
Outputs
| Name | Type | Description |
|---|---|---|
pr_url | string | URL of the created or existing PR. |
Side effects
- 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
Attribution: convergent-systems-key. License: Apache-2.0 or as stated by the originating repository.