Loading...
Loading...
Create or update a pull request for the current branch with a summary of all changes.
npx skill4agent add derogab/agent-kit prgit branch --show-currentgit rev-parse --verify main >/dev/null 2>&1 && echo main || echo masterBASE=$(git rev-parse --verify main >/dev/null 2>&1 && echo main || echo master) && git log --oneline $BASE..HEADgh pr view --json number,title,url 2>/dev/null || echo "NO_PR"git addgit commitgit diff <base>...HEADgit log <base>..HEAD --format="%h %s"NO_PR<type>: <description>!## Summary
<1-2 sentence high-level description of what this PR does and why>
## Changes
<bulleted list of all meaningful changes, grouped logically>
## Test plan
<bulleted checklist of how to verify these changes>git push -u origin <branch>gh pr create --title "<title>" --body "<body>"gh pr edit --title "<title>" --body "<body>"gh pr creategh pr edit