📝
AutomationTypeScript

Commit

by kklimuk

Commit is an Automation skill for Claude Code, published by kklimuk in docx-cli.

196 stars8 forkson kklimuk/docx-cliAdded 2026/09/05Repository updated 2026/09/04
agent-skillsai-agentsanthropic-skillsclaude-codeclaude-skillclicodexdocxooxmlword
Install in seconds
Install Commit
Copy Commit into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/kklimuk/docx-cli/tree/main/.claude/skills/commit ~/.claude/skills/commit

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/kklimuk/docx-cli.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.claude/skills/commit/SKILL.md in kklimuk/docx-cli
Installs to
~/.claude/skills/commit
Collection
One of 4 skills cataloged from this repository
Category
Automation1956 skills

What Commit does

Commit creates well-structured git commits from the current working tree. Use it when you want to review changes, group them by intent, and write a clean commit message.

Commit is cataloged under Automation on DirSkills. Commit comes from a repository tagged agent-skills, ai-agents, anthropic-skills, claude-code and claude-skill.

Documentation

README

Commit

Create clean, well-structured git commits that tell a coherent story.

Process

1. Assess the Working Tree

Run git status (never -uall) and git diff to understand what changed. Also run git log --oneline -5 to match the repo's existing commit message style.

If there are no changes, say so and stop.

2. Group Changes by Intent

Look at the changed files and mentally group them:

  • Feature: new functionality (client + server + tests for the same feature = one commit)
  • Fix: bug fixes
  • Refactor: structural changes that don't change behavior
  • Docs: documentation-only changes (CLAUDE.md, README, comments)
  • Test: test-only additions or changes
  • Chore: config, dependencies, tooling

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Commit

  • What else does kklimuk publish alongside Commit?

    Commit is one of 4 skills that DirSkills catalogs from kklimuk/docx-cli, the repository it ships in. Its siblings there include Docx CLI, Security Review and Weak Agent Test. Each one is a separate skill with its own page in this directory, installs the same way Commit does, and is maintained by kklimuk in that same repository. The rest of the collection is listed on the kklimuk/docx-cli page.

  • How does Commit compare to other Automation skills?

    Commit ranks #1795 by stars among the 1956 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Commit against them. Open each page to compare what they document and how they install.