skills/smithery.ai/git-split-publish

git-split-publish

SKILL.md

Split Publish

Overview

Use this skill when worktree changes are mixed and the user wants commits separated by job before publishing.

Workflow

  1. Inspect repository state first.
  • Run git status -sb, git diff --stat, git branch --show-current, and git remote -v.
  • If push may be required, run git status --porcelain=v2 --branch.
  • If worktree is clean, stop and report there is nothing to publish.
  1. Load repository guidance before grouping.
  • Read root AGENTS.md if present.
  • Read local docs for branch/release/validation policy when relevant.
Installs
3
First Seen
13 days ago