{"id":36990114,"url":"https://github.com/netresearch/git-workflow-skill","last_synced_at":"2026-04-02T16:27:27.324Z","repository":{"id":328481323,"uuid":"1115712527","full_name":"netresearch/git-workflow-skill","owner":"netresearch","description":"Agent Skill for Git workflow best practices - branching, commits, PR workflows | Claude Code compatible","archived":false,"fork":false,"pushed_at":"2026-03-28T08:35:12.000Z","size":198,"stargazers_count":8,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-28T12:35:25.146Z","etag":null,"topics":["agent-skills","ai-agent","open-standard"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/netresearch.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-CC-BY-SA-4.0","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2025-12-13T11:57:34.000Z","updated_at":"2026-03-28T07:51:24.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/netresearch/git-workflow-skill","commit_stats":null,"previous_names":["netresearch/git-workflow-skill"],"tags_count":20,"template":false,"template_full_name":null,"purl":"pkg:github/netresearch/git-workflow-skill","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netresearch%2Fgit-workflow-skill","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netresearch%2Fgit-workflow-skill/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netresearch%2Fgit-workflow-skill/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netresearch%2Fgit-workflow-skill/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/netresearch","download_url":"https://codeload.github.com/netresearch/git-workflow-skill/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netresearch%2Fgit-workflow-skill/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31309882,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T12:59:32.332Z","status":"ssl_error","status_checked_at":"2026-04-02T12:54:48.875Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agent-skills","ai-agent","open-standard"],"created_at":"2026-01-13T23:34:01.255Z","updated_at":"2026-04-02T16:27:27.310Z","avatar_url":"https://github.com/netresearch.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Git Workflow Skill\n\nExpert patterns for Git version control workflows including branching strategies, commit conventions, collaborative workflows, and CI/CD integration.\n\n## 🔌 Compatibility\n\nThis is an **Agent Skill** following the [open standard](https://agentskills.io) originally developed by Anthropic and released for cross-platform use.\n\n**Supported Platforms:**\n- ✅ Claude Code (Anthropic)\n- ✅ Cursor\n- ✅ GitHub Copilot\n- ✅ Other skills-compatible AI agents\n\n\u003e Skills are portable packages of procedural knowledge that work across any AI agent supporting the Agent Skills specification.\n\n\n## Features\n\n- **Branching Strategies**: Git Flow (feature/release/hotfix branches), GitHub Flow (simple feature branches), trunk-based development, release management patterns\n- **Commit Conventions**: Conventional Commits standard, semantic versioning integration, commit message best practices, atomic commit patterns\n- **Collaborative Workflows**: Pull request best practices, code review processes, merge strategies (merge, squash, rebase), conflict resolution patterns\n- **CI/CD Integration**: GitHub Actions workflows, GitLab CI patterns, branch protection rules, automated versioning\n- **Git Hooks**: Pre-commit hooks for linting and testing, commit message validation\n- **Advanced Operations**: Interactive rebase, cherry-picking, stashing, reflog recovery\n\n## Installation\n\n### Marketplace (Recommended)\n\nAdd the [Netresearch marketplace](https://github.com/netresearch/claude-code-marketplace) once, then browse and install skills:\n\n```bash\n# Claude Code\n/plugin marketplace add netresearch/claude-code-marketplace\n```\n\n### npx ([skills.sh](https://skills.sh))\n\nInstall with any [Agent Skills](https://agentskills.io)-compatible agent:\n\n```bash\nnpx skills add https://github.com/netresearch/git-workflow-skill --skill git-workflow\n```\n\n### Download Release\n\nDownload the [latest release](https://github.com/netresearch/git-workflow-skill/releases/latest) and extract to your agent's skills directory.\n\n### Git Clone\n\n```bash\ngit clone https://github.com/netresearch/git-workflow-skill.git\n```\n\n### Composer (PHP Projects)\n\n```bash\ncomposer require netresearch/git-workflow-skill\n```\n\nRequires [netresearch/composer-agent-skill-plugin](https://github.com/netresearch/composer-agent-skill-plugin).\n## Usage\n\nThis skill is automatically triggered when:\n\n- Establishing branching strategies (Git Flow, GitHub Flow, Trunk-based)\n- Implementing Conventional Commits for semantic versioning\n- Configuring pull request workflows\n- Integrating Git with CI/CD systems\n- Setting up Git hooks for quality gates\n- Resolving merge conflicts\n- Configuring branch protection rules\n\nExample queries:\n- \"Set up Git Flow workflow\"\n- \"Configure conventional commits with semantic versioning\"\n- \"Create GitHub Actions workflow for CI/CD\"\n- \"Set up pre-commit hooks for linting\"\n- \"Configure branch protection rules\"\n- \"Implement pull request review process\"\n\n## Structure\n\n```\ngit-workflow-skill/\n├── SKILL.md                              # Skill metadata and core patterns\n├── references/\n│   ├── branching-strategies.md           # Branch management patterns\n│   ├── commit-conventions.md             # Commit message standards\n│   ├── pull-request-workflow.md          # PR and review processes\n│   ├── ci-cd-integration.md              # Automation patterns\n│   └── advanced-git.md                   # Advanced Git operations\n└── scripts/\n    └── verify-git-workflow.sh            # Verification script\n```\n\n## Expertise Areas\n\n### Branching Strategies\n- Git Flow (feature/release/hotfix branches)\n- GitHub Flow (simple feature branches)\n- Trunk-based development\n- Release management patterns\n\n### Commit Conventions\n- Conventional Commits standard\n- Semantic versioning integration\n- Commit message best practices\n- Atomic commit patterns\n\n### Collaborative Workflows\n- Pull request best practices\n- Code review processes\n- Merge strategies (merge, squash, rebase)\n- Conflict resolution patterns\n\n### CI/CD Integration\n- GitHub Actions workflows\n- GitLab CI patterns\n- Branch protection rules\n- Automated versioning\n\n## Conventional Commits Format\n\n```\n\u003ctype\u003e[optional scope]: \u003cdescription\u003e\n\n[optional body]\n\n[optional footer(s)]\n```\n\n**Types:**\n- `feat`: New feature (MINOR version bump)\n- `fix`: Bug fix (PATCH version bump)\n- `docs`: Documentation only\n- `style`: Code style (formatting, no logic change)\n- `refactor`: Code refactoring\n- `perf`: Performance improvements\n- `test`: Adding/updating tests\n- `build`: Build system changes\n- `ci`: CI configuration changes\n- `chore`: Maintenance tasks\n- `revert`: Reverting changes\n\n**Breaking Changes:**\n```\nfeat!: remove deprecated API endpoints\n\nBREAKING CHANGE: The /api/v1/users endpoint has been removed.\nUse /api/v2/users instead.\n```\n\n## Quick Reference\n\n### Daily Workflow\n\n```bash\n# Start of day\ngit checkout main \u0026\u0026 git pull\ngit checkout -b feature/my-feature\n\n# During development\ngit add -p                    # Stage hunks interactively\ngit commit -m \"feat: ...\"     # Commit with conventional message\n\n# Ready for review\ngit push -u origin HEAD\ngh pr create\n\n# After merge\ngit checkout main \u0026\u0026 git pull\ngit branch -d feature/my-feature\n```\n\n### Emergency Fixes\n\n```bash\n# Undo last commit (keep changes)\ngit reset --soft HEAD~1\n\n# Undo last commit (discard changes)\ngit reset --hard HEAD~1\n\n# Revert a specific commit\ngit revert \u003ccommit-hash\u003e\n\n# Fix last commit message\ngit commit --amend -m \"new message\"\n\n# Fix last commit (add forgotten file)\ngit add forgotten-file.txt\ngit commit --amend --no-edit\n```\n\n## Related Skills\n\n- **enterprise-readiness-skill**: Git workflow is part of CI/CD maturity\n- **security-audit-skill**: Git hooks for security checks\n\n## License\n\nThis project uses split licensing:\n\n- **Code** (scripts, workflows, configs): [MIT](LICENSE-MIT)\n- **Content** (skill definitions, documentation, references): [CC-BY-SA-4.0](LICENSE-CC-BY-SA-4.0)\n\nSee the individual license files for full terms.\n## Credits\n\nDeveloped and maintained by [Netresearch DTT GmbH](https://www.netresearch.de/).\n\n---\n\n**Made with ❤️ for Open Source by [Netresearch](https://www.netresearch.de/)**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetresearch%2Fgit-workflow-skill","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnetresearch%2Fgit-workflow-skill","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetresearch%2Fgit-workflow-skill/lists"}