nazarukroman

Easy Commit — Git skill for Claude Code

Git community

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

Terminal
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 Repository