# Commit Skill

> Commit and Push Skill

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

---

# Commit and Push Skill

1. Stage only files related to the current task
2. Run `git commit --no-verify` if pre-commit hooks fail on unrelated issues
3. Push to the current branch
4. Report the commit hash and branch name

NOTE: This repo uses Azure DevOps. For PRs use `az repos pr create`.
NOTE: The `commit-msg` hook strips `Co-Authored-By` trailers so commits appear as sole-author.

