·git-commit
</>

git-commit

fvadicamo/dev-agent-skills

Creates git commits following Conventional Commits format with type/scope/subject. Use when user wants to commit changes, create commit, save work, or stage and commit. Handles regular branch commits (development) and merge commits (PR closure). Enforces project-specific conventions from CLAUDE.md.

51Installs·1Trend·@fvadicamo

Installation

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

SKILL.md

Creates git commits following Conventional Commits format with proper type, scope, and subject.

| feat | New feature or functionality | | fix | Bug fix or issue resolution | | refactor | Code refactoring without behavior change | | perf | Performance improvements | | test | Test additions or modifications | | ci | CI/CD configuration changes | | docs | Documentation updates | | chore | Maintenance, dependencies, tooling |

| style | Code formatting, linting (non-functional) | | security | Security vulnerability fixes or hardening |

Creates git commits following Conventional Commits format with type/scope/subject. Use when user wants to commit changes, create commit, save work, or stage and commit. Handles regular branch commits (development) and merge commits (PR closure). Enforces project-specific conventions from CLAUDE.md. Source: fvadicamo/dev-agent-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/fvadicamo/dev-agent-skills --skill git-commit
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is git-commit?

Creates git commits following Conventional Commits format with type/scope/subject. Use when user wants to commit changes, create commit, save work, or stage and commit. Handles regular branch commits (development) and merge commits (PR closure). Enforces project-specific conventions from CLAUDE.md. Source: fvadicamo/dev-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/fvadicamo/dev-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 or Cursor

Where is the source repository?

https://github.com/fvadicamo/dev-agent-skills

Details

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