0xa3b/git
v3.3.1MIT
Skills for commits and GitHub or GitLab change-request lifecycles.
What this package declares
The file a client reads when it loads this plugin, exactly as this revision carries it.
plugin.json
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "git",
"version": "3.3.1",
"description": "Skills for commits and GitHub or GitLab change-request lifecycles.",
"author": {
"name": "Alex Baker"
},
"homepage": "https://github.com/0xA3B/skills/blob/main/plugins/git/README.md",
"repository": "https://github.com/0xA3B/skills",
"license": "MIT",
"keywords": ["git", "commits", "pull-requests", "merge-requests", "code-review"],
"extensions": {
"com.openai": {
"interface": {
"displayName": "Git",
"shortDescription": "Commit and land Git changes safely.",
"longDescription": "Reusable Git workflows for creating Conventional Commits, preparing GitHub pull requests and GitLab merge requests, driving automated review feedback, selecting merge methods, and verifying post-merge cleanup.",
"developerName": "Alex Baker",
"category": "Productivity",
"capabilities": ["Write"],
"composerIcon": "./assets/logo.png",
"logo": "./assets/logo.png",
"defaultPrompt": [
"Prepare this branch and open its change request.",
"Drive the automated review feedback on this pull request to a clean approval.",
"Merge this ready change request and clean up its branches."
]
}
}
}
}
What else this package ships
These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.
- 8YAML files
Client extensions
Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.
- com.openai