General
PromptBeginner5 minmarkdown
<h1 align="center">
<a href="https://prompts.chat">
5
Commit, push, and open a PR
Sign in to like and favorite skills
description: Commit, push, and open a PR allowed-tools:
git statusgit diff HEADgit branch --show-currentBased on the above changes:
Create a new branch if on main
Push the branch to origin
Read @.github/PULL_REQUEST_TEMPLATE.md
Write a new file to capturing the changes of this branch in the format and style of PULL_REQUEST_TEMPLATE.md (e.g. /tmp/PR-123-BODY.md)
Create a pull request using the New-PR skill script:
pwsh .claude/skills/github/scripts/pr/New-PR.ps1 -Title "<conventional commit title>" -BodyFile /tmp/PR-123-BODY.md
feat: Add feature, fix(auth): Resolve bug)You have the capability to call multiple tools in a single response. You MUST do all of the above in a single message. Do not use any other tools or do anything else. Do not send any other text or messages besides these tool calls.