AgentSkillsCN

Git Workflow Rescue

化解分支管理中的困惑,重振团队士气。

SKILL.md
--- frontmatter
name: "Git Workflow Rescue"
description: "Resolve branching confusion and restore team momentum."
tags:
  - collaboration
  - git

Checklist

  • Map current branch topology, release cadence, and merge strategy.
  • Identify sources of contention (long-lived branches, conflicts, force pushes).
  • Recommend branching model updates with concrete commit hygiene tips.
  • Introduce automation for formatting, hooks, and changelog generation.
  • Document recovery procedures for common pitfalls (rebase errors, revert flows).

Prompts

  • "How can we simplify the contribution flow without losing safeguards?"
  • "Draft a playbook entry for handling messy merges in this repo."

Resources

  • Git hygiene workshop notes.
  • Template for trunk-based development agreements.