commit

SkillDev tools

Create a git commit with conventional commit format. Injects current git state automatically.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the commit skill

What this skill tells your AI

The instructions your AI receives, as published by dedalus-labs/wingman in .agents/skills/commit/SKILL.md and read by ahel’s review.

Context

  • Status: !git status -sb
  • Diff: !git diff HEAD --stat
  • Branch: !git branch --show-current
  • Recent commits: !git log --oneline -10

Rules

Commits are terse one-liner conventional commits: type(scope): description.

  • type: feat, fix, refactor, docs, test, chore
  • scope: affected area (module, package, or feature)
  • description: imperative mood, lowercase, no period, under 72 characters
  • Never use "and" in a commit message. Two changes = two commits.

Stage files by name (never git add -A or git add .). Group changes by intent.

Task

Based on the context above, stage the relevant files and create the commit. Do not use any other tools. Do not send any text besides the tool calls.

Signals

GitHub stars
183
Forks
6
Last commit
Apr 2026
Advanced
Catalog kind
skill
Gateway key
commit-dedalus-labs
Source
github.com/dedalus-labs/wingman