Git

Automate Git commit, branch, merge, and PR workflows with GitHub CLI and security checks.

7|1|Updated Jul 12, 2026
One-click install
npx skills add https://github.com/julianobarbosa/claude-code-skills --skill git-julianobarbosa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Git
Source: https://github.com/julianobarbosa/claude-code-skills/tree/main/skills/Git-skill
Command: npx skills add https://github.com/julianobarbosa/claude-code-skills --skill git-julianobarbosa

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides automated, safe Git workflows with templates for commits, branching, PRs, and reviews, including safety checks for secrets.

Core Features & Use Cases

  • Commit workflows: Structured commit generation with conventional commits.
  • PR automation: Create, review, and merge PRs via GitHub CLI integration.
  • Safety & security: Pre-commit checks for secrets and sensitive data.

Quick Start

Use the Commit workflow to stage changes, scan for secrets, and commit with a conventional message.

Frequently Asked Questions about Git

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

FAQPage Schema
How do I automate Git commits with conventional commit messages?

Conventional commits automate commit message formatting by enforcing a structured format (type, scope, description). This Skill generates compliant commit messages automatically, ensuring consistency across your repository and improving changelog generation and version tracking.

Can I scan for secrets before pushing code to GitHub?

Pre-commit security checks scan staged changes for sensitive data like API keys and credentials before commits are created. This Skill runs these checks automatically, blocking unsafe commits and preventing secrets from reaching your repository.

How do I automate pull request creation and merging with GitHub CLI?

GitHub CLI integration lets you create, review, and merge pull requests programmatically within your workflow. This Skill automates these PR operations end-to-end, reducing manual steps and enforcing consistent review and merge practices.

What Git operations does workflow automation cover?

Git workflow automation handles commit, push, pull, branch, merge, rebase, stash, and status operations with built-in safety checks. This Skill streamlines these core version-control tasks while enforcing security and auditability throughout.

Do I need GitHub CLI installed to use this workflow?

GitHub CLI integration is included for PR automation features. While not required for basic commit and branching workflows, it's necessary to enable pull request creation, review, and merge automation.