"I'm done with the pagination feature, let's close this branch."
The skill inspects modified files, delegates the review to senior-review, then proposes a conventional commit message matching the project's style. It then prompts you to confirm the push and PR, and persists anything worth remembering to CLAUDE.md or memory.
What it does
Gathers the branch's uncommitted changes, delegates the review to senior-review, proposes a conventional commit message in the project's own style, suggests the push and the MR/PR, and captures knowledge (CLAUDE.md, memory) without duplicating anything.
When to use it
When the work is done and you want to close the branch. Propose-only on git: you validate each action (commit, push, merge), nothing happens behind your back. If the work is off-topic or the branch is protected, it redirects to issue-mr (isolation isn't closing).
The stance: propose-only on git. The skill prepares commit, push and MR, but you validate each action. It never reviews itself: it delegates to senior-review to keep reviewer != author.
Install this skill
$ /plugin marketplace add ohugonnot/claude-skills
$ /plugin install branch-wrap-up@web-developpeur-skills
Frequently asked questions
Will the skill commit or push on its own?
No. It prepares the commit message and suggests the push and MR, but every git action requires your explicit confirmation. Nothing happens behind your back.
How is it different from senior-review?
Branch-wrap-up orchestrates the full end-of-branch workflow (commit, push, MR, knowledge capture) and hands off the code review to senior-review. Senior-review only reviews the code itself, without touching the git workflow.
What happens if my branch is protected or the changes are all over the place?
The skill detects off-topic changesets or protected branches and redirects to issue-mr instead of trying to force through the normal procedure.
Feedback & discussion · 0
No feedback yet. Tried it? Tell us what you think.