# Commit

> Stage, commit, and push changes with a plain message, no diff review. Use for 'commit this' or 'commit and push'.

- Skill: `kitfunso/commit` (Agent Skill)
- Install (CLI): `npx skillmds@latest add kitfunso/commit`
- Raw SKILL.md: https://api.skillmd.com/api/skills/kitfunso/commit/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: kitfunso (https://skillmd.com/u/kitfunso)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/kitfunso/commit

---


1. Stage only the files the user specifies (default: all changed files); commit and push without reviewing diffs or touching anything else.
2. Write a concise commit message.
3. Push to the current branch.
4. If pre-commit hooks fail, ask user if they want --no-verify.

