git-automator

Community

Automates git workflows from branch to PR.

Authoredumesones
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill automates the git workflow from branch creation to PR delivery, reducing manual steps and human error.

Core Features & Use Cases

  • Branch management: create feature branches from main, sync with the remote, and enforce consistent naming conventions.
  • Commit automation: standardize commit messages and automate push timing to align with the development cycle.
  • PR orchestration: create and manage pull requests via GitHub CLI with clear summaries and reviews.

Quick Start

Prerequisites: Install git and gh (GitHub CLI). Typical flow:

  1. Check current branch: git branch --show-current
  2. If on main, update and create a feature branch: git checkout main; git pull origin main; git checkout -b feature/NAME
  3. After task completion: git add [files]; git commit -m "FEAT-XXX: Description"; git push origin feature/NAME
  4. Create PR: gh pr create --title "FEAT-XXX: Feature Name" --body "Summary..." --base main

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: git-automator
Download link: https://github.com/edumesones/azure--demo/archive/main.zip#git-automator

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.