piv-commit

Installation
SKILL.md

Commit: Create a New Commit

Create a new commit for all of our uncommitted changes.

Process

  1. Read this project's conventions. If .claude/references/conventions.md exists, read its ## commit section and follow it — those rules win over the defaults below. That file is where a project's specifics live; this skill stays general.
  2. Run git status && git diff HEAD && git status --porcelain to see what files are uncommitted.
  3. Add the untracked and changed files.
  4. Write an atomic commit message with an appropriate, descriptive summary.
  5. Add a tag such as feat, fix, docs, refactor, test, chore, etc. that reflects our work.

Output

A single commit containing all uncommitted changes, with a conventional-commit-style message (<tag>: <atomic description>) that accurately reflects the work done.

Installs
150
Repository
coleam00/skills
GitHub Stars
495
First Seen
Aug 7, 2026
piv-commit — coleam00/skills