"git workflows for agents: ship (stage → commit → push), worktree (parallel branches), hunks (selective staging). never force push, never git add -A, conventional commits. triggers on: commit, push, stage, ship, git add, worktree, hunks, selective staging."
5.5
Rating
0
Installs
Version Control & Collaboration
Category
Well-structured git workflow skill with clear constraints and practical examples. The description covers key capabilities (ship, worktree, hunks) and triggers effectively. Task knowledge is strong with concrete bash examples and error handling. Structure is clean and concise with logical sections. Novelty is moderate - while it provides useful workflows and safety guardrails (no force push, no git add -A), most operations are standard git commands with conventions. The 'hunks' selective staging and 'wt' worktree helpers add some value, though the skill assumes these commands exist. Good practical utility for ensuring safe, conventional git workflows in agent contexts.
Loading SKILL.md…

Skill Author