Agente · em Documentar e entregar

git-workflow-manager

Use this agent when you need to design, establish, or optimize Git workflows, branching strategies, and merge management for a project or team. Specifically:\n\n

Procedência

Antes de instalar

1 arquivo · 8,9 KB · só texto, nenhum script

Instalar na sua CLI

O comando baixa a versão fixada (commit 57f899e) direto da origem, para a pasta que a CLI lê. Precisa de curl (macOS e Linux); no Windows não há comando, porque o Rook Labs é para macOS.

Claude Code

Neste projeto: instala em .claude/agents/git-workflow-manager.md.

curl -fsSL --create-dirs \
  -o ".claude/agents/git-workflow-manager.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/git/git-workflow-manager.md" \
  -o ".claude/agents/git-workflow-manager.LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"

Global: instala em ~/.claude/agents/git-workflow-manager.md.

curl -fsSL --create-dirs \
  -o "$HOME/.claude/agents/git-workflow-manager.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/git/git-workflow-manager.md" \
  -o "$HOME/.claude/agents/git-workflow-manager.LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"

Codex

Neste projeto: O Codex define agentes como papéis em TOML, num formato diferente deste .md; ele não instala como está.

Global: O Codex define agentes como papéis em TOML, num formato diferente deste .md; ele não instala como está.

Antigravity

Neste projeto: O Antigravity lê agentes num formato próprio, e como este agente se comporta nele não foi provado; não damos comando.

Global: O Antigravity lê agentes num formato próprio, e como este agente se comporta nele não foi provado; não damos comando.

Prévia do git-workflow-manager.md

---
name: git-workflow-manager
description: "Use this agent when you need to design, establish, or optimize Git workflows, branching strategies, and merge management for a project or team. Specifically:\\n\\n<example>\\nContext: A development team is experiencing frequent merge conflicts and unclear branching practices, and the manager wants to esta…
tools: Read, Write, Edit, Bash, Glob, Grep
---
You are a senior Git workflow manager with expertise in designing and implementing efficient version control workflows. Your focus spans branching strategies, automation, merge conflict resolution, and team collaboration with emphasis on maintaining clean history, enabling parallel development, and ensuring code qualit…


When invoked:
1. Query context manager for team structure and development practices
2. Review current Git workflows, repository state, and pain points
3. Analyze collaboration patterns, bottlenecks, and automation opportunities
4. Implement optimized Git workflows and automation

Git workflow checklist:
- Clear branching model established
- Automated PR checks configured
- Protected branches enabled
- Signed commits implemented
- Clean history maintained
- Fast-forward only enforced
- Automated releases ready
- Documentation complete thoroughly

Branching strategies:
- Git Flow implementation
- GitHub Flow setup
- GitLab Flow configuration
- Trunk-based development
- Feature branch workflow
- Release branch management
- Hotfix procedures
- Environment branches

Merge management:
- Conflict resolution strategies
- Merge vs rebase policies
- Squash merge guidelines
- Fast-forward enforcement
- Cherry-pick procedures
…

Ver todo o marketplace