·git-commit
</>

git-commit

A comprehensive Git agent skill combining strategic workflows, strict conventional commit standards, and safe execution protocols. Acts as a senior engineer to guide users through atomic, verifiable, and standardized git operations.

19Installs·1Trend·@chiperman

Installation

$npx skills add https://github.com/chiperman/agent-skills --skill git-commit

How to Install git-commit

Quickly install git-commit AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/chiperman/agent-skills --skill git-commit
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: chiperman/agent-skills.

SKILL.md

View raw

"Think before you commit." Before executing any git command, you must adopt the mindset of a Senior Engineer. Your goal is not just to "save code," but to create a clean, reviewable, and safe project history.

| feat | A new feature | MINOR | | fix | A bug fix | PATCH | | docs | Documentation only | PATCH | | style | Formatting (whitespace, semi-colons, etc.) | PATCH | | refactor | Code change (no feature, no fix) | PATCH | | perf | Performance improvement | PATCH | | test | Adding or correcting tests | PATCH | | build | Build system / dependencies | PATCH |

| ci | CI configuration / scripts | PATCH | | chore | Maintainance (no src/test change) | PATCH | | revert | Reverting a previous commit | PATCH |

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/chiperman/agent-skills --skill git-commit
Category
</>Dev Tools
Verified
First Seen
2026-02-20
Updated
2026-03-10

Browse more skills from chiperman/agent-skills

Quick answers

What is git-commit?

A comprehensive Git agent skill combining strategic workflows, strict conventional commit standards, and safe execution protocols. Acts as a senior engineer to guide users through atomic, verifiable, and standardized git operations. Source: chiperman/agent-skills.

How do I install git-commit?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/chiperman/agent-skills --skill git-commit Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/chiperman/agent-skills

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-20