Back to list
bbugyi200

commit

by bbugyi200

My configuration files... These files are synced across multiple dev machines using chezmoi.

4🍴 0📅 Jan 24, 2026

SKILL.md


name: commit description: Create a conventional commit using chez_commit. Use when the user asks to commit changes. Do not EVER use without user request.

Create a commit using chez_commit, which stages the specified files and commits them.

Usage

chez_commit ...

Valid Tags (in order of preference)

  1. feat - New feature, feature improvement, or feature removal
  2. fix - User-facing bug fix (not linting errors unless they caught a real bug)
  3. ref - Refactor/restructure production code without changing external behavior. IMPORTANT: Only use 'ref' when there are ZERO user-facing changes. If users would notice any difference in behavior, use 'feat' or 'fix' instead.
  4. chore - Other changes (build scripts, CI/CD, deps, linting, formatting, documentation) not modifying production code

Instructions

  1. Run chez_commit <tag> "<message>" <file>...
  2. The specified files will be staged automatically
  3. The message can contain newlines for multi-line commits
  4. NEVER mention "Claude" or "Claude Code" in commit messages - write as if a human authored the commit

Example

chez_commit feat "Add user authentication

This adds login and logout functionality." src/auth.py src/login.py

Score

Total Score

55/100

Based on repository quality metrics

SKILL.md

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

+20
LICENSE

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

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

1ヶ月以内に更新

+10
フォーク

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

0/5
Issue管理

オープンIssueが50未満

+5
言語

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

+5
タグ

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

+5

Reviews

💬

Reviews coming soon