wrap-up
Installation
SKILL.md
wrap-up
Wrap up the current working tree into a reviewable PR against the repo default branch (usually main). One session, one branch, one PR. Do not merge.
Not for bundling loop deliverables — that is a different skill.
Process
1. Snapshot the work
Run in parallel:
git statusgit diffandgit diff --stagedgit branch -vvandgit rev-parse --abbrev-ref HEADgit remote show origin(orgh repo view --json defaultBranchRef) to learn the base branchgit log -5 --onelinefor commit-message style
Done when: you know whether the tree is dirty, which branch you are on, what base is, and whether a remote tracking branch already exists.