---
title: "git"
description: "Skills for commits and GitHub or GitLab change-request lifecycles."
canonical: https://agentpluginsdirectory.com/plugins/git
last-updated: 2026-09-18
---

# git
Skills for commits and GitHub or GitLab change-request lifecycles.
- Slug: git
- Publisher: Alex Baker
- Repository: https://github.com/0xA3B/skills
- Manifest: plugins/git/plugin.json
- Version: 3.3.1
- License: MIT
- Category (editorial): other
- Skills: 4 (address-pr-feedback, commit, create-pr, merge-pr)
- MCP servers: 0
- Stars: 0
- Repository created: 2026-05-02
- Repository last pushed: 2026-09-17
- Publisher type: User
- Listing: https://agentpluginsdirectory.com/plugins/git
- Schema: https://agent-plugins.org/schemas/1.0.0/plugin.schema.json

## What git does, in the publisher's words

These skills create Conventional Commits and drive GitHub or GitLab change requests from operational preparation through automated review and verified merge cleanup.

address-pr-feedback requires the engineering plugin so it can apply engineering:receiving-feedback.

An agent can invoke every skill implicitly. Each skill stops at a hand off that recommends the next workflow, and the agent continues into that workflow only when the user's request already asked for that outcome, or for a later outcome that requires it, so merge-pr merges only when the user's request asks to merge the change request.

- commit: Inspect, partition, stage, and commit current changes with Conventional Commit messages. Detailed specification notes live in skills/commit/references/.
- create-pr: Prepare a branch operationally, create or refresh its pull request or merge request, and observe initial CI.

From the project README, punctuation lightly normalized. Full text: https://raw.githubusercontent.com/0xA3B/skills/HEAD/plugins/git/README.md

## Skills

- address-pr-feedback: Drive automated-review feedback on an existing GitHub pull request to current-head approval or a clearly reported exception. Use when the user asks to handle, address, or drive bot or automated review feedback on a pull request through review rounds to approval, wait for or poll a review bot, dispo…
- commit
- create-pr: Prepare and create or refresh a GitHub pull request or GitLab merge request from the current branch. Use when the user asks to create, open, or publish the current branch's pull request or merge request, or to refresh an existing change request after current-branch changes, including operational br…
- merge-pr: Merge a ready GitHub pull request or GitLab merge request and verify remote and local cleanup. Use when the user asks to merge or land a specific pull request or merge request, including checking forge merge gates, selecting the merge method, observing the merge, deleting branches, and refreshing i…

Descriptions come from the frontmatter of each SKILL.md, punctuation lightly normalized.
