← All skills

Pull Request

Open a GitHub pull request with a body generated from the branch's commits. Derives title and summary from commit history.

Class skillID skill/prVersion 1.0.0Lifecycle stableAuthor convergent-systems-key
/pr
gitcode-reviewpull-requestgithub
Inputs
NameTypeDescription
base_branch optionalstringTarget branch (default: main).
Outputs
NameTypeDescription
pr_urlstringURL of the created or existing PR.
Side effects
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 ..HEAD summarized into bullet points under ## Changes, and a ## Test plan checklist. Use gh pr create. If a PR already exists, show its URL instead. Do not push unless asked.

Attribution: convergent-systems-key. License: Apache-2.0 or as stated by the originating repository.