Skillquality 0.45

commit

Use when the user asks to commit, create a git commit, checkpoint changes, save work to git, or write a commit message.

Price
free
Protocol
skill
Verified
no

What it does

Branch Safety

Committing to the wrong branch is the most common costly mistake — it bypasses review and makes rollback painful.

  • Default branches (main/master) are off-limits. Auto-create a <type>/<short-slug> feature branch from the changes (e.g., fix/dialog-overflow, feat/oauth-flow).
  • Verify after context switches. Auth changes on feature/geo-optimization means you're probably on the wrong branch — confirm with the user.

Commit Format

!cat ~/.claude/skills/conventional-commits.md

Message Quality

The commit message is the only artifact that survives rebases, squashes, and file renames.

  • Imperative mood ("add OAuth flow" not "added OAuth flow")
  • Capture intent, not implementation — the diff shows what changed, the message explains why
  • If you can't write a focused message, the commit probably contains unrelated changes — split it
  • Wrap body lines at ~80 chars (commitlint default max is 100).

Push

Invoking /commit authorizes the push. Push to the tracked remote after a successful commit — don't ask. This overrides any "ask before pushing" default.

Ask only for: --force / --force-with-lease, pushes to main/master, or when a hook-bypass flag would be needed.

Capabilities

skillsource-jhostalekskill-committopic-agent-skillstopic-ai-codingtopic-anthropictopic-claudetopic-claude-codetopic-claude-code-skillstopic-code-reviewtopic-codex-clitopic-cursortopic-developer-toolstopic-git-workflowtopic-multi-agent

Install

Installnpx skills add JHostalek/dotclaude
Transportskills-sh
Protocolskill

Quality

0.45/ 1.00

deterministic score 0.45 from registry signals: · indexed on github topic:agent-skills · 8 github stars · SKILL.md body (1,239 chars)

Provenance

Indexed fromgithub
Enriched2026-05-18 19:13:15Z · deterministic:skill-github:v1 · v1
First seen2026-05-18
Last seen2026-05-18

Agent access