What problem does it solve? This Skill prevents costly git mistakes in this repository by encoding the exact rules for committing, pushing, and handling merge conflicts, including when to defer conflicts to the auto-resolve workflow instead of resolving them by hand. ## Core Features & Use Cases - Conventional Commit discipline: Enforces commitlint-compatible messages written via quoted heredocs, with no amend, rebase, squash, or force-push allowed. - Merge conflict triage: Decides whether a conflict belongs to the auto-resolve bot or to a hand resolution, and how to audit the bot's remerge-diff output. - Push and worktree safety: Covers detached-worktree pushes, zsh quoting traps, push supersede damping, and backgrounding long hook suites. - Use Case: When a PR shows a dirty mergeable_state or a merge-conflict label, activate this Skill to determine whether to let the auto-resolve workflow land it or to resolve it by hand with the correct evidence trail. ## Quick Start Ask the assistant to commit and push the current changes following this repository's git workflow rules.