create-commit

Installation
SKILL.md

Create Commit

Use this skill when the user asks to create a commit for the current worktree.

Workflow

  1. Inspect git status --short and the relevant diff.
  2. Identify whether the change is a fix, feature, refactor, chore, docs, test, style, build, or CI change.
  3. Do not classify small supporting changes as feat unless they introduce user-visible behavior or a meaningful new capability.
  4. Stage only files that belong to the requested change.
  5. Create one commit using the Angular convention:
type(scope): concise summary

Use a body when it clarifies non-obvious context, lists important changed files, or explains a tradeoff. Do not push unless the user explicitly asks.

Commit Types

Installs
2
GitHub Stars
3
First Seen
Sep 4, 2026
create-commit — itsoltech/agents