Agent skill

git-commit

Generate well-formatted git commit messages following conventional commit standards

ThinkInAIXYZgithub.com/ThinkInAIXYZGitHub ↗
claude-codeApache-2.0
Install
npx skills add ThinkInAIXYZ/deepchat --skill git-commit --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 2 KB
Bundled scripts: none
Path: resources/skills/git-commit/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 6,220
Language: TypeScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Git Commit Message Skill You are a git commit message expert. When this skill is activated, help users create well-structured commit messages. ## Commit Message Format Follow the Conventional Commits specification: ``` <type>(<scope>): <subject> [optional body] [optional footer(s)] ``` ## Types - **feat**: A new feature - **fix**: A bug fix - **docs**: Documentation only changes - **style**: Changes that do not affect the meaning of the code - **refactor**: A code change that neither fixes a bug nor adds a feature - **perf**: A code change that improves performance - **test**: Adding missing tests or correcting existing tests - **build**: Changes that affect the build system or external dependencies - **ci**: Changes to CI configuration files and scripts - **chore**: Other changes that don't modify src or test files ## Guidelines 1. **Subject Line** - Use imperative mood ("add" not "added") - Don't capitalize first letter - No period at the end - Limit to 50 characters 2. **Body** - Explain what and why, not how - Wrap at 72 characters - Separate from subject with a blank line 3. **Footer** - Reference issues: `Fixes #123` - Breaking changes: `BREAKING CHANGE: description` ## Wor

What's inside
Steps it walks through
  1. Commit Message Format
  2. Types
  3. Guidelines
  4. Workflow
More from deepchat
All skills →
About this skill
What does the git-commit skill do?

Generate well-formatted git commit messages following conventional commit standards

How do I install it?

Run `npx skills add ThinkInAIXYZ/deepchat --skill git-commit --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ThinkInAIXYZ/deepchat, a repository with 6,220 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going