📝
WritingShell

Git Commit

by JackyST0

Git Commit is a Writing skill for Claude Code, published by JackyST0 in awesome-agent-skills.

624 stars109 forkson JackyST0/awesome-agent-skillsAdded 2026/08/24Repository updated 2026/08/24
agent-skillsaiawesomeawesome-listclaudecopilotcursor
Install in seconds
Install Git Commit
Copy Git Commit into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/JackyST0/awesome-agent-skills/tree/main/examples/git-commit ~/.claude/skills/git-commit

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/JackyST0/awesome-agent-skills.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
examples/git-commit/SKILL.md in JackyST0/awesome-agent-skills
Installs to
~/.claude/skills/git-commit
Collection
One of 5 skills cataloged from this repository
Category
Writing1012 skills

What Git Commit does

Git Commit generates Conventional Commit messages from code changes. Use it when you need a commit title, body, or type based on a diff or git status.

Git Commit is cataloged under Writing on DirSkills. Git Commit comes from a repository tagged agent-skills, ai, awesome, awesome-list and claude.

Documentation

README

Git Commit

Git 提交信息生成技能,根据代码变更自动生成规范的 commit message。

Git commit message generator that creates conventional commit messages based on code changes.

When to Use

当用户请求以下操作时使用此 skill:

  • 生成 commit message / Generate commit message
  • 写提交信息 / Write commit message
  • 提交代码 / Commit code
  • 描述代码变更 / Describe code changes

Instructions

提交信息格式 / Commit Message Format

遵循 Conventional Commits 规范:

<type>(<scope>): <subject>

<body>

<footer>

类型 / Types

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Git Commit

  • What else does JackyST0 publish alongside Git Commit?

    Git Commit is one of 5 skills that DirSkills catalogs from JackyST0/awesome-agent-skills, the repository it ships in. Its siblings there include API Doc Generator, Code Review and Debug Helper. Each one is a separate skill with its own page in this directory, installs the same way Git Commit does, and is maintained by JackyST0 in that same repository. The rest of the collection is listed on the JackyST0/awesome-agent-skills page.

  • How does Git Commit compare to other Writing skills?

    Git Commit ranks #662 by stars among the 1012 Writing skills in this catalog. The most-starred ones next to it are Article Writing, Social Media Content Calendar and Knowledge Comic Creator. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Git Commit against them. Open each page to compare what they document and how they install.