commit | Skill Performance & Reviews | TopRankSkills

TopRank Skills

Home / Skills / tools / commit

commit

maintained by bbugyi200

star 4 account_tree 0 verified_user MIT License
bolt View GitHub

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

chat Comments (0)

chat_bubble_outline

No comments yet. Be the first to share your thoughts!

Skill Details

GitHub Stars 4
GitHub Forks 0
Created Jan 2026
Last Updated 5 months ago
tools tools git workflows

Related Skills

pr

pr

MoonshotAI
star 6.1k
chevron_right
feature-dev
chevron_right
drafting-pr
chevron_right
creating-pr
chevron_right
checking-docs
chevron_right

Build your own?

Join 12,000+ developers contributing to the Claude ecosystem.