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-inWhat 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
Workflow
Dev Lifecycle
Orchestrate requirements, design, planning, implementation, testing, and review.
Workflow
Dev Worktree
Set up or resume the right workspace before feature work.
Workflow
Dev Requirements
Capture and review requirements before design or implementation.
Workflow
Dev Design
Validate architecture and design trade-offs against requirements.