SkillsHooksPromptsAgentsPersonasModelsPoliciesToolsTemplatesBundlesCategoriesStart here
← Skills
Sk skillcodingstable

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

DirectionNameTypeDescription
inbase_branchoptionalstringTarget branch (default: main).
outpr_urlstringURL 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 ..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.

Author convergent-systems-key. Catalog data license CC-BY-4.0.