jb-committer

Installation
SKILL.md

Committer Skill

Author: bjesuiter

When to use (keywords: commit, commit-current, commit-only)

Use this skill when the user asks to create commits or commit the current change set.

Commit related changes (keyword: commit)

Read all uncommitted changes in the git working directory: unstaged, staged, and untracked.

Group them by logical change, for example:

  • Renaming a function/variable/class across multiple files
  • Adding a new feature: component + route + tests + types all belong together
  • Moving/refactoring code from one file to another (delete in A, add in B)
  • Updating imports after relocating a file
  • Adding a dependency to package.json and its usages in source files
  • Bug fix that touches multiple related files
Related skills
Installs
12
First Seen
Feb 23, 2026