From cogitation
Finish current branch. Verifies tests, reviews for EC memory storage, presents merge options.
How this command is triggered — by the user, by Claude, or both
Slash command
/cogitation:finishThe summary Claude sees in its command listing — used to decide when to auto-load this command
Invoke the cogitation:finishing-branch skill and follow it exactly as presented to you
Invoke the cogitation:finishing-branch skill and follow it exactly as presented to you
npx claudepluginhub merewhiplash/engram-cogitator --plugin cogitation/finishing-a-development-branchVerifies tests pass, pushes the current development branch to remote, and creates a pull request for merging.
/git-workflowOrchestrates git workflow from code review and quality gates through commit, push, and PR creation to target branch. Supports flags: --skip-tests, --draft-pr, --no-push, --squash, --conventional, --trunk-based.
/SKILLFinalizes git-flow feature: verifies branch, runs tests, updates CHANGELOG.md, merges to develop, pushes origin/develop.
/shipShips ticket branch autonomously: verifies build/tests, pushes code, creates/merges PR to main, cleans up worktree. Supports /ship T-{N}.
/feature-flowOrchestrates complete git workflow: analyzes staged changes or issue number, creates branches/issues/commits, runs lints/tests, creates merge requests.
/branchExecutes git branch operations including create from issue ID, merge with validation, delete, switch, and status, enforcing rules from project git-workflow.md.