·commit

Git Commit Generator - Generate standardized commit messages following Conventional Commits specification

0Installs·0Trend·@arcblock

Installation

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

SKILL.md

Generate standardized git commit messages following the project's Conventional Commits specification.

| feat | New feature | feat: add user authentication | | fix | Bug fix | fix: resolve login timeout issue | | docs | Documentation only | docs: update API documentation | | style | Code style (formatting, semicolons, etc.) | style: fix indentation | | refactor | Code refactoring (no feature change) | refactor: extract validation logic |

| perf | Performance improvement | perf: optimize database queries | | test | Add or modify tests | test: add unit tests for auth module | | chore | Build process or auxiliary tools | chore: update dependencies | | ci | CI/CD configuration | ci: add GitHub Actions workflow | | build | Build system changes | build: upgrade webpack to v5 |

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

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

Quick answers

What is commit?

Git Commit Generator - Generate standardized commit messages following Conventional Commits specification Source: arcblock/agent-skills.

How do I install commit?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/arcblock/agent-skills --skill 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/arcblock/agent-skills

Details

Category
</>Dev Tools
Source
user
First Seen
2026-02-01