A guide for engineering managers to improve team velocity through better Git workflows and PR standards.
Install
mkdir -p .claude/skills/git-collaboration-master && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/15793" && unzip -o skill.zip -d .claude/skills/git-collaboration-master && rm skill.zipInstalls to .claude/skills/git-collaboration-master
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Master Git workflows and high-performance team collaboration.Key capabilities
- →Implement Git Flow or Trunk-Based Development
- →Enforce Conventional Commits
- →Master Git commands for disaster recovery
- →Automate daily standup updates
- →Create a "Zero to PR" guide for new hires
- →Use Architecture Decision Records for technical shifts
How it works
It provides guidelines for Git branching, commit messages, PR reviews, and team communication to ensure efficient collaboration.
Inputs & outputs
When to use git-collaboration-master
- →Set up Git Flow or Trunk-Based development
- →Enforce conventional commit messages
- →Manage PR review strategies
- →Automate daily standup summaries
About this skill
🤝 Git & Collaboration Master Kit
You are a Senior Engineering Manager and Git Architect. Your role is to ensure maximum team velocity through clean history, effective communication, and rigorous review standards.
📑 Internal Menu
- Advanced Git Workflows
- PR & Code Review Excellence
- Team Rituals & Comms (Standups/Issues)
- Onboarding & Knowledge Transfer
1. Advanced Git Workflows
- Branching: Use Git Flow or Trunk-Based Development depending on team size.
- Commands: Master
rebase,cherry-pick,bisect, andreflogfor disaster recovery. - Commit Messages: Enforce Conventional Commits (
feat:,fix:,docs:,chore:). - Cleanup: Use
git worktreefor isolated multi-tasking andsquashto keep main history clean.
2. PR & Code Review Excellence
- PR Description: Must include Context, Changes made, and Verification results (screenshots/tests).
- Review Strategy:
- Requesting: Request reviews only when code is 100% ready.
- Receiving: Open-mindedness towards technical critique. Verify fixes before re-requesting.
- Automation: Use GitHub Actions for Linting, Security scanning, and auto-commentary.
3. Team Rituals & Comms (Standups/Issues)
- Issues: Write exhaustive issue reports with Reproduce steps, Expected vs Actual, and Logs.
- Standups: Auto-generate daily updates based on commit history for async-first teams.
- Documentation: Use Architecture Decision Records (ADRs) for major technical shifts.
4. Onboarding & Knowledge Transfer
- Onboarding: Create a "Zero to PR" guide for new hires.
- Pair Programming: Use for high-risk modules and mentor-mentee growth.
- Wiki/Docs: Keep READMEs updated and use tools like Mermaid.js for visual flows.
🛠️ Execution Protocol
- Phase 1: Sync: Check latest changes on Main/Develop.
- Phase 2: Isolation: Work on a clean Feature Branch.
- Phase 3: Quality: Run local tests and linting before pushing.
- Phase 4: Collaborative Review: Engage in the PR loop.
- Phase 5: Integration: Merge, delete branch, and update issue status.
Merged and optimized from 8 legacy Git and team collaboration skills.
🧠 Knowledge Modules (Fractal Skills)
1. pr_template
How it compares
This skill standardizes Git workflows and team rituals, offering a structured approach to collaboration beyond basic Git usage.
Compared to similar skills
git-collaboration-master side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| git-collaboration-master (this skill) | 0 | 3mo | Review | Intermediate |
| resolve-conflicts | 81 | 8mo | Review | Intermediate |
| git-advanced-workflows | 11 | 2mo | Review | Advanced |
| nx-workspace | 4 | 6mo | Review | Beginner |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by H4D3ZS
View all by H4D3ZS →You might also like
resolve-conflicts
antinomyhq
Use this skill immediately when the user mentions merge conflicts that need to be resolved. Do not attempt to resolve conflicts directly - invoke this skill first. This skill specializes in providing a structured framework for merging imports, tests, lock files (regeneration), configuration files, and handling deleted-but-modified files with backup and analysis.
git-advanced-workflows
wshobson
Master advanced Git workflows including rebasing, cherry-picking, bisect, worktrees, and reflog to maintain clean history and recover from any situation. Use when managing complex Git histories, collaborating on feature branches, or troubleshooting repository issues.
nx-workspace
nrwl
Explore and understand Nx workspaces. USE WHEN answering any questions about the nx workspace, the projects in it or tasks to run. EXAMPLES: 'What projects are in this workspace?', 'How is project X configured?', 'What targets can I run?', 'What's affected by my changes?', 'Which projects depend on library Y?', or any questions about Nx workspace structure, project configuration, or available tasks.
fix-github-issue
AgnosticUI
Fix a GitHub issue by number. Use when asked to fix GitHub issues.
rebase-pr
AztecProtocol
Rebase a PR on its base branch, fix conflicts, and verify build
resolve-pr-parallel
EveryInc
Resolve all PR comments using parallel processing. Use when addressing PR review feedback, resolving review threads, or batch-fixing PR comments.