From supervibe
Use WHEN implementation complete and all verifications pass to decide how to integrate the work (merge, PR, archive, discard) with safety checks. Triggers: 'finish branch', 'merge готовое', 'закрой ветку', 'wrap up branch'.
npx claudepluginhub vtrka/supervibe --plugin supervibeThis skill is limited to using the following tools:
WHEN implementation complete, all verifications pass, and the question is "what now?". After `supervibe:executing-plans` reaches its end OR after feature work in a worktree.
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
WHEN implementation complete, all verifications pass, and the question is "what now?". After supervibe:executing-plans reaches its end OR after feature work in a worktree.
Follow docs/references/skill-expert-operating-standard.md: start from source of truth, preserve retrieval evidence, apply scope safety, use real producers with runtime receipts for durable delegated outputs, verify before completion claims, and keep confidence below gate when evidence is partial.
git status — uncommitted changes?git log --oneline @{upstream}..HEAD — commits ahead of upstreamgit log --oneline HEAD..@{upstream} — commits behind upstream.github/What's the state?
├─ Uncommitted changes → STOP, finish committing first
├─ Behind upstream → rebase or merge upstream first
├─ Up to date AND tests pass:
│ ├─ Solo project / direct-merge OK → merge to main locally
│ ├─ Team project / PR required → open PR
│ ├─ Spike / experimental → archive branch, don't merge
│ └─ Failed approach → discard branch
└─ Tests fail → STOP, return to debugging
supervibe:pre-pr-check for full check (typecheck/test/lint/audit)supervibe:requesting-code-review if reviewer agent involvedgit checkout main && git merge --no-ff <branch> (if user says no commit suppression)gh pr create --title ... --body ... with templatearchive/<original> to retain historygit branch -D is banned by rule, use git update-ref -d refs/heads/<branch> (also banned!) — actually: leave the branch, just stop working on itgit worktree removesupervibe:confidence-scoring artifact-type=agent-outputReturns:
git stash to clean (banned)pre-pr-check output includedsupervibe:pre-pr-check — invoked firstsupervibe:requesting-code-review — invoked for PR optionsupervibe:using-git-worktrees — pairs with this for cleanupgit-discipline rule (Phase 3) — bans force-push, branch -D