A structured checklist approach to the git operations where forgetting a step actually costs you time. Covers PR prep with commit history analysis, safe branch cleanup commands that won't nuke your work, merge conflict triage, monorepo tagging conventions, and the gitignore-before-first-commit pattern that everyone learns the hard way. The PR workflow is especially practical since it generates descriptions from actual diffs rather than vibes. Best used when you want Claude to walk through these multi-step processes methodically instead of jumping straight to commands. The conflict resolution guidance leans pragmatic, including the "extract and reapply manually" escape hatch for when rebase hell isn't worth it.
npx skills add https://github.com/jezweb/claude-skills --skill git-workflow