Easy Commit — Git skill for Claude Code
Commit current changes fast with Conventional Commits, no repo-history convention lookup.
How to install Easy Commit
Installs to ~/.claude/skills/nazarukroman-craft-easy-commit/SKILL.md
mkdir -p ~/.claude/skills/nazarukroman-craft-easy-commit && curl -fsSL https://raw.githubusercontent.com/nazarukroman/craft/HEAD/commands/easy-commit.md -o ~/.claude/skills/nazarukroman-craft-easy-commit/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What Easy Commit does
description: Commit current changes fast with Conventional Commits, no repo-history convention lookup model: haiku
Commit current changes fast. No convention detection, no history review — always Conventional Commits, always English.
Inspect
Run in parallel: `git status`, `git diff`, `git diff --staged`. Do not read `git log` to detect a local convention — this command always writes Conventional Commits, regardless of what the rest of the repo's history looks like.
Group
One c
Alternatives in Git
- Tâches Claude Code Resources — by TÂCHES - A well-balanced, "down-to-Earth" set of sub agents, skills, and commands, that are well-organized 1.6k ★
- /commit — by evmts - Creates git commits using conventional commit format with appropriate emojis, following project sta 440 ★
- Sentry Commit — Create commits with Sentry best practices 438 ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Commit Changes
Create semantic commits with proper messages, emoji, and conventional commit format.
Gen Commit Message
Use when user has staged changes and asks for a commit message, says "what should the commit message be", or t
Cmt
When user uses /cmt slash command, commit current git changes using fast mode by default, or strict mode when
Gh PR
Create a PR on github with an accurate description following our naming convention for the current changes. $A
Commit Fast
by steadycursor - Automates git commit process by selecting the first suggested message, generating structured
Conventional Commits
Reference skill for conventional commit format when writing or reviewing commit messages.
Related Agents
Git Purist
The sacred guardian of git history. Use this agent to review commits, split bloated changes, enforce conventio
Rs React Commits Check
Subagent of rs-school-react-pr-reviewer. Checks every commit on the PR branch: (1) the message follows the Con
Git Hygiene Reviewer
Reviews the shape of the history and the PR meta, never the code. Atomic conventional commits, linear bisectab