git-workflow
Use this skill when the user requests: Safely inspect Git status, propose branch strategy, generate commit messages, stage, commit, and push only when explicitly authorized.
Source prompt references
Primary prompt-system reference: prompts/27_git_commit_branch_push_workflow.md.
Operating contract
- Inspect repository/source material before making claims.
- Separate facts, assumptions, recommendations, unknowns, blockers, failed validation, and not-run validation.
- Do not claim implementation, readiness, tests, builds, deployments, pushes, or packaging unless actually evidenced.
- If code or Git write actions are requested, apply the safe mutation gates from the base prompt.
- Produce durable artifacts when the user asks for files or reusable output.
- Use
$ARGUMENTS as the user-supplied scope, branch, feature, component, or question when provided.
Task argument
$ARGUMENTS
Required behavior
Load the relevant prompt-system file from the repository or plugin package if available. If it is not available, follow the summarized contract above and produce the same named artifacts defined by the referenced prompt.
Source: cembasaranoglu/crafting-system-claude — distributed by TomeVault.
1---2name: git-workflow-1943description: Safely inspect Git status, propose branch strategy, generate commit messages, Use when this capability is needed.4---56# git-workflow78Use this skill when the user requests: Safely inspect Git status, propose branch strategy, generate commit messages, stage, commit, and push only when explicitly authorized.910## Source prompt references1112Primary prompt-system reference: `prompts/27_git_commit_branch_push_workflow.md`.1314## Operating contract15161. Inspect repository/source material before making claims.172. Separate facts, assumptions, recommendations, unknowns, blockers, failed validation, and not-run validation.183. Do not claim implementation, readiness, tests, builds, deployments, pushes, or packaging unless actually evidenced.194. If code or Git write actions are requested, apply the safe mutation gates from the base prompt.205. Produce durable artifacts when the user asks for files or reusable output.216. Use `$ARGUMENTS` as the user-supplied scope, branch, feature, component, or question when provided.2223## Task argument2425```text26$ARGUMENTS27```2829## Required behavior3031Load the relevant prompt-system file from the repository or plugin package if available. If it is not available, follow the summarized contract above and produce the same named artifacts defined by the referenced prompt.3233---34> Source: [cembasaranoglu/crafting-system-claude](https://github.com/cembasaranoglu/crafting-system-claude) — distributed by [TomeVault](https://tomevault.io).35<!-- tomevault:4.0:skill_md:2026-06-16 -->