skills/commit/SKILL.md
Create a git commit following CLAUDE.md rules. Verifies tests pass and stages files explicitly.
npx skillsauth add krystophny/prompts commitInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Create a commit following CLAUDE.md git rules. Optional argument: commit message.
/commit # Auto-generate message
/commit "fix: description" # Use provided message
git status
git diff --stat
git diff
Ensure no secrets, large binaries, or unintended changes.
# Run repo's test command
make test # or: go test ./... | fpm test | pytest
NEVER commit if tests fail.
git add <specific-file-1> <specific-file-2>
NEVER use git add . or git add -A.
If message provided:
git commit -m "$ARGUMENTS"
If no message, generate one based on changes:
git log --oneline -5 # Check style
git commit -m "$(cat <<'EOF'
<type>: <description>
<optional body>
EOF
)"
Types: fix, feat, refactor, test, docs, chore
git log -1 --stat
git status
data-ai
Delegate a bulk-work subtask to the local Qwen via one-shot pi run. Use when the subtask is high-volume but low-complexity (file scans, log parsing, large-text summaries, repetitive transforms) so it should not burn parent-model tokens.
development
Delegate a bulk-work subtask to the local Qwen via one-shot opencode run. Use when the subtask is high-volume but low-complexity (file scans, log parsing, large-text summaries, repetitive transforms) so it should not burn parent-model tokens.
development
ETL pipeline that imports manually-downloaded Discord, LinkedIn, and WhatsApp archive ZIPs into the user's brain vaults as plain files (no APIs, no tokens, no daemons). Use when the task involves processing or querying a Discord/LinkedIn/WhatsApp data export.
tools
The user's email, contacts, personal tasks/todos, and full-CRUD Google + EWS calendars. Drives the sloptools CLI (same surface as the sloppy MCP on 127.0.0.1:9420). Use for mail (Gmail / Exchange-EWS / IMAP — list, read, send, reply, forward, flag, categorize, server-side filters, delegated mailboxes, out-of-office), calendar events (create / update / delete / RSVP / freebusy / ICS export across work + private accounts), contacts and contact groups, tasks (Google Tasks, Todoist), slopshell canvas, agent handoffs, and workspace items/artifacts/actors/triage.