git-commit

Git Commit Message Skill

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "git-commit" with this command: npx skills add thinkinaixyz/deepchat/thinkinaixyz-deepchat-git-commit

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

Subject Line

  • Use imperative mood ("add" not "added")

  • Don't capitalize first letter

  • No period at the end

  • Limit to 50 characters

Body

  • Explain what and why, not how

  • Wrap at 72 characters

  • Separate from subject with a blank line

Footer

  • Reference issues: Fixes #123

  • Breaking changes: BREAKING CHANGE: description

Workflow

  • Run git diff --staged or git status to see changes

  • Analyze the changes to understand what was modified

  • Generate an appropriate commit message

  • Optionally run git commit -m "message" if user confirms

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

infographic-syntax-creator

No summary provided by upstream source.

Repository SourceNeeds Review
General

deepchat-settings

No summary provided by upstream source.

Repository SourceNeeds Review
General

frontend-design

No summary provided by upstream source.

Repository SourceNeeds Review