git-commit

Formats git commit messages as type(scope:subject with AI attribution and emoji removed.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/blueman82/conductor --skill git-commit-blueman82
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-commit
Source: https://github.com/blueman82/conductor/tree/main/.claude/skills/git-commit
Command: npx skills add https://github.com/blueman82/conductor --skill git-commit-blueman82

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the risk of inconsistent, unprofessional, or AI-attributed Git commits that can trigger bot detection or complicate code reviews. It ensures every commit adheres to conventional standards, saving you time on manual corrections and maintaining a pristine project history.

Core Features & Use Cases

  • Conventional Commit Formatting: Automatically structures your commit messages using the type(scope): subject format, ensuring clarity and consistency.
  • AI Attribution & Emoji Removal: Guarantees your commits are free of common AI indicators (e.g., "Generated with Claude Code") and emojis, preventing unwanted GitHub bot flags.
  • Use Case: When you're rapidly iterating on a new feature or fixing a bug, use this Skill to effortlessly create perfectly formatted commits like feat(cli): add --version flag or fix(parser): handle empty task lists. This streamlines your pull request process and keeps your repository history clean and professional.

Quick Start

Commit the staged changes with a feat type and parser scope, subject 'add YAML frontmatter support', and a body explaining it enables per-plan configuration overrides.