Skip to main content

Workflow skill

Dev Commit Skill

Create safe, verified commits from only the intended changes.

Install command

AI DevKit installs its built-in skills as one curated set. Run this once to install dev-commit with the rest of the built-in workflow skills.

npx ai-devkit@latest skill add --built-in

What it does

Use dev-commit when work is ready to save as a git commit. It guides agents through status and diff inspection, validation, explicit staging, conventional commit messages, and final SHA/status reporting without including unrelated local changes.

When to use it

  • Commit finished work without sweeping in unrelated files
  • Stage only the intended paths after reviewing diffs
  • Record validation evidence and a conventional commit message

Supported agents

Claude CodeCodexCursoropencode

Related skills