smithery/dokhacgiakhoa

git-collaboration-master

Master Git workflows and high-performance team collaboration.

Installation

$ npx skills add smithery/dokhacgiakhoa --skill git-collaboration-master

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/dokhacgiakhoa.

npx skills add smithery/dokhacgiakhoa

Browse all from smithery/dokhacgiakhoa

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

Version4.1.0-fractal

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,660 B
  • docs SUMMARY.md 246 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

🤝 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

  1. [Advanced Git Workflows](#1-advanced-git-workflows)
  2. [PR & Code Review Excellence](#2-pr--code-review-excellence)
  3. [Team Rituals & Comms (Standups/Issues)](#3-team-rituals--comms-standupsissues)
  4. [Onboarding & Knowledge Transfer](#4-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, and reflog for disaster recovery.
  • Commit Messages: Enforce Conventional Commits (feat:, fix:, docs:, chore:).
  • Cleanup: Use git worktree for isolated multi-tasking and squash to 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

  1. Phase 1: Sync: Check latest changes on Main/Develop.
  2. Phase 2: Isolation: Work on a clean Feature Branch.
  3. Phase 3: Quality: Run local tests and linting before pushing.
  4. Phase 4: Collaborative Review: Engage in the PR loop.
  5. 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. [prtemplate](./sub-skills/prtemplate.md)