← All plugins
git-pr-workflows
v1.3.1Git workflow automation, pull request enhancement, and team onboarding processes
CodexClaude Code
by Seth HobsonMIT38.6kupdated 4 days ago
Source
git clone https://github.com/wshobson/agentsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/git-pr-workflows/ inside the repository.
Layout
plugins/git-pr-workflows/
├── .codex-plugin/plugin.json└── .claude-plugin/plugin.json
Manifests2
plugins/git-pr-workflows/.codex-plugin/plugin.json
{
"name": "git-pr-workflows",
"version": "1.3.1",
"description": "Git workflow automation, pull request enhancement, and team onboarding processes",
"skills": "./skills/",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT",
"interface": {
"displayName": "Git Pr Workflows",
"shortDescription": "Git workflow automation, pull request enhancement, and team onboarding processes",
"category": "Coding"
}
}plugins/git-pr-workflows/.claude-plugin/plugin.json
{
"name": "git-pr-workflows",
"version": "1.3.1",
"description": "Git workflow automation, pull request enhancement, and team onboarding processes",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT"
}