git

Coordinates Git commit, push, and PR actions via git-manager modes.

7|3|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/brainbrewlabs/brainbrew-devkit --skill git-brainbrewlabs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git
Source: https://github.com/brainbrewlabs/brainbrew-devkit/tree/main/.claude/skills/git
Command: npx skills add https://github.com/brainbrewlabs/brainbrew-devkit --skill git-brainbrewlabs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Git workflows often require manual steps for committing changes, pushing to a remote, and creating pull requests, which can slow development.

Core Features & Use Cases

  • Automates commit, push, and PR operations using the git-manager agent to streamline daily Git workflows.
  • Supports common scenarios like small feature commits, branch updates, and PR creation across local and remote repos.

Quick Start

Instruct the AI to run the git-manager to perform a commit, push, or PR operation based on your chosen mode.

Frequently Asked Questions about git

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate git commit, push, and pull request workflows?

Automating git workflows is achieved by instructing the AI agent to run git-manager, which orchestrates local commits, branch updates, and remote pull request creation. This streamlines daily development operations by executing sequential git commands automatically.

Can I create a pull request from a local branch to a remote repository?

Creating a pull request from a local branch to a remote repository is fully supported. The git-manager operates in a dedicated pr mode, handling branch management and remote repository synchronization to generate pull requests across your development workflow.

Do I need GitHub CLI installed to automate pull request creation?

GitHub CLI is required for automated pull request creation, but the agent includes a fallback instruction if it is not installed. This ensures the git workflow can proceed or guide you through the necessary CLI setup for remote operations.

What is the best way to streamline small feature commits and branch updates?

Streamlining small feature commits and branch updates is handled by the git-manager's commit and push modes. These modes automate the staging and synchronization of local changes to remote repositories, reducing manual steps in software development workflows.

How does automated branch management handle fallback when CLI tools are missing?

Automated branch management detects missing CLI tools and triggers a fallback instruction, ensuring the workflow does not stall. This allows the git-manager to provide setup guidance for GitHub CLI while maintaining operational stability for commits and pushes.

When do I need to use specific modes for git operations instead of generic commands?

Using specific modes for git operations is necessary when separating commit, push, and pull request actions in a development workflow. The git-manager requires explicit mode selection to accurately orchestrate the correct local and remote repository commands.