git-commit
Generate well-formatted git commit messages following conventional commit standards
pinned to #1882065updated 2 weeks ago
Ask your AI client: “install skills/git-commit”.
Requires the metahub MCP server installed in your client. Set up MCP.
mh install skills/git-commitmetahub onboarded this repo on the author's behalf.
If you own github.com/ThinkInAIXYZ/deepchat on GitHub, claim the listing to take over publishing. Your claim preserves the existing eval history and badges; only the curator label is replaced with verified-publisher on your next publish.
Stars
6,091
Last commit
2 weeks ago
Latest release
published
- #agent
- #agent-skills
- #ai
- #ai-assistant
- #ai-sdk
- #chatgpt
- #claude
- #cross-platform
- #deepseek
- #electron
- #gemini
- #harness-design
- #hermes-agent
- #llm-client
- #mcp
- #mcp-client
- #openai-client
- #openclaw
About this skill
Pulled from SKILL.md at publish time.
You are a git commit message expert. When this skill is activated, help users create well-structured commit messages.
Evaluation report
WarningsAutomated checks the publisher passed at publish time — structure, docs, safety, and whether the artifact behaves as claimed.1882065· 2 weeks ago
Documentation
41Description qualitywarn
9 words · 83 chars — skills use the description as their trigger; aim higher
Aim for 15+ words and include trigger phrases like “use this skill when …”.
README is present and substantial
26,034 chars · 17 sections · 4 code blocks
Tags / topics declared
18 total — agent, agent-skills, ai, ai-assistant, ai-sdk, chatgpt (+12)
README has usage / example sections
no labeled section but 4 code blocks document usage
Homepage / docs URL declared
https://deepchat.thinkinai.xyz/
Release history
1- releasecurrent1882065warn2 weeks ago
Contents
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
- Reference issues:
Workflow
- Run
git diff --stagedorgit statusto see changes - Analyze the changes to understand what was modified
- Generate an appropriate commit message
- Optionally run
git commit -m "message"if user confirms
Reviews
No reviews yet. Be the first.
Related
Planning With Files
Claude Code skill implementing Manus-style persistent markdown planning — the workflow pattern behind the $2B acquisition.
Gpt Researcher
An autonomous agent that conducts deep research on any data using any LLM providers
Frontend Slides
Create beautiful slides on the web using Claude's frontend skills
mh install skills/git-commit