benchflow-ai / git-commit-crafter
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/git-commit-crafter && curl -L -o skill.zip "https://fastmcp.me/Skills/Download/3696" && unzip -o skill.zip -d .claude/skills/git-commit-crafter && rm skill.zip
Project Skills
This skill will be saved in .claude/skills/git-commit-crafter/ and checked into git. All team members will have access to it automatically.
Important: Please verify the skill by reviewing its instructions before using it.
Creates atomic git commits following Conventional Commits specification with detailed, well-structured messages. Analyzes changes and splits them into logical units. Use when committing code changes that need proper structure and comprehensive documentation (e.g., "commit my authentication changes" or "finished implementing search, time to commit").