Git workflow с PR-шаблонами и merge queue
engineering
managing-git-workflow is a Claude Code skill that standardizes the git workflow for HASH development, covering branch naming, PR creation, merge queue management, and code review. Branches follow the `<shortname>/h-XXXX-description` format to link every change to a Linear ticket, while PR titles use the uppercase variant `H-XXXX: Description` and are structured around the `.github/pull_request_template.md` checklist. The skill handles merge queue specifics for `hashintel/hash`: it documents why `auto_merge` is not a reliable enqueue signal, how to verify a successful enqueue via timeline events or `merge_group` workflow runs, and how to re-queue after an ejection using the GitHub MCP `enable_pr_auto_merge` tool. Review steps include full-diff commands (`gh pr view`, `gh pr diff`, inline comment API) and Linear issue lookups, making it essential for teams who need end-to-end traceability from ticket to merged commit.
- #git
- #pull-request
- #branch-naming
- #code-review
- #workflow