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 status
  • git diff and git diff --staged
  • git branch -vv and git rev-parse --abbrev-ref HEAD
  • git remote show origin (or gh repo view --json defaultBranchRef) to learn the base branch
  • git log -5 --oneline for 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.

Installs
2
Repository
maxbrt/skills
First Seen
9 days ago
wrap-up — maxbrt/skills