dump-commit

Installation
SKILL.md

Commit all current changes with minimal token usage.

Arguments

Optional: a commit message string. If provided, use it as-is. If not provided, auto-generate from file names.

Steps

1. Check for secrets

Run git status. If any staged or untracked file matches these patterns, warn the user and STOP — do not commit:

  • .env*
  • *credentials*
  • *secret*
  • *.pem
  • *.key

2. Stage all files

Installs
109
Repository
thaitype/chief
GitHub Stars
65
First Seen
May 1, 2026
dump-commit — thaitype/chief