git:20260710.2925510 to git:20260710.62afd0f
20 added, 15 removed. Audit B to A.
---
- title: "Apply Git branching, commit, and pull request best practices through Git Workflow Skill"
+ name: "Apply Git branching, commit, and pull request best practices through Git Workflow Skill"
+ slug: "apply-git-branching-commit-and-pr-best-practices-through-git-workflow-skill"
description: "Give an agent a portable Git workflow playbook for branch strategy, commit hygiene, pull requests, merge choices, and CI-aware collaboration."
+ github_stars: 13
verification: "security_reviewed"
source: "https://github.com/netresearch/git-workflow-skill"
author: "Netresearch DTT GmbH"
publisher_type: "open_source_project"
- category:
- - "Code Quality & Review"
- framework:
- - "Multi-Framework"
+ category: "Code Quality & Review"
+ framework: "Multi-Framework"
tool_ecosystem:
github_repo: "netresearch/git-workflow-skill"
github_stars: 13
---
# Apply Git branching, commit, and pull request best practices through Git Workflow Skill
Give an agent a portable Git workflow playbook for branch strategy, commit hygiene, pull requests, merge choices, and CI-aware collaboration.
## Prerequisites
Git repository, agent that supports Agent Skills, optional GitHub or GitLab CI and pull-request workflow tooling
## Installation
- Choose whichever fits your setup:
+ Use the upstream install or setup path that matches your environment:
+ - npx skills add https://github.com/netresearch/git-workflow-skill --skill git-workflow
+ - git clone https://github.com/netresearch/git-workflow-skill.git
+ - composer require netresearch/git-workflow-skill
+ - npm install --save-dev \
- 1. Copy this skill folder into your local skills directory.
- 2. Clone the repo and symlink or copy the skill into your agent workspace.
- 3. Add the repo as a git submodule if you manage shared skills centrally.
- 4. Install it through your internal provisioning or packaging workflow.
- 5. Download the folder directly from GitHub and place it in your skills collection.
+ Requirements and caveats from upstream:
+ - Requires [netresearch/composer-agent-skill-plugin](https://github.com/netresearch/composer-agent-skill-plugin).
+ - ### npm (Node Projects)
+ - Requires [@netresearch/agent-skill-coordinator](https://github.com/netresearch/node-agent-skill-coordinator), which discovers the skill in node_modules and registers it in AGENTS.md via a postinstall hook. For pnpm, a...
- Install command or upstream instructions:
+ Basic usage or getting-started notes:
+ - ### Marketplace (Recommended)
+ - Add the [Netresearch marketplace](https://github.com/netresearch/claude-code-marketplace) once, then browse and install skills:
+ - bash
- ```
- npx skills add https://github.com/netresearch/git-workflow-skill --skill git-workflow
- ```
+ - Source: https://github.com/netresearch/git-workflow-skill
+ - Extracted from upstream docs: https://raw.githubusercontent.com/netresearch/git-workflow-skill/HEAD/README.md
## Documentation
- https://github.com/netresearch/git-workflow-skill
## Source
- [Agent Skill Exchange](https://agentskillexchange.com/skills/apply-git-branching-commit-and-pr-best-practices-through-git-workflow-skill/)