Back to list
alexei-led

committing-code

by alexei-led

Configuration files and hooks for Claude Code development environment

9🍴 1📅 Jan 23, 2026

SKILL.md


name: committing-code description: Smart git commits with logical grouping. Use when user says "commit", "commit changes", "save changes", "create commit", "bundle commits", "git commit", or wants to commit their work. user-invocable: true context: fork allowed-tools:

  • Bash(git status *)
  • Bash(git diff *)
  • Bash(git log *)
  • Bash(git show *)
  • Bash(git branch *)

Smart Commit

Group changed files logically into focused, atomic commits.

No agents. Inline analysis for speed.

Step 1: Gather State

Run in parallel:

git status --porcelain
git diff --name-status HEAD
git log --oneline -8

If no changes: Say "Nothing to commit" → stop.

Step 2: Analyze & Present

Group files by: feature (impl+tests), fix (bug+test), refactor, docs, config

Match commit style from recent history.

Present proposed commits:

Proposed commits:

1. feat: add user validation
   - src/validate.ts
   - src/validate_test.ts

2. docs: update README
   - README.md

Step 3: Execute

For each group, run git add + commit.

User will be prompted to approve each write operation (git add/commit not pre-allowed).

Step 4: Summary

Show git status and list commits created.


Execute now.

Score

Total Score

60/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon