submit-task
Installation
SKILL.md
Submit Work
Use this skill when the user has finished coding and wants to send their work for
review — turn the current changes into a well-named branch and a pull request
against the default branch. This is the counterpart to the new-task skill.
Procedure
Run the steps in order. Stop at the first failure and report it.
1. Find the default branch and confirm there is work to submit
# Default branch: prefer the remote HEAD symref
git symbolic-ref --quiet refs/remotes/origin/HEAD 2>/dev/null | sed 's@^refs/remotes/origin/@@'