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
- Inspect repository state first.
- Run
git status -sb,git diff --stat,git branch --show-current, andgit 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.
- Load repository guidance before grouping.
- Read root
AGENTS.mdif present. - Read local docs for branch/release/validation policy when relevant.