merge-and-branch
Installation
SKILL.md
Contains Shell Commands
This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.
Merge PR and Create Branch
I have gathered information about the current PR and git state. Here are the results:
<current_pr>
!gh pr view --json number,title,state,url,headRefName
</current_pr>
<current_branch>
!git rev-parse --abbrev-ref HEAD
</current_branch>
<git_status>
!git status --short
</git_status>