dot_config/ai_templates/skills/devtools/commit/SKILL.md
Explicitly triggered when the user mentions `commit`. It handles the commit workflow.
npx skillsauth add pascalandy/dotfiles 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 atomic commits: one logical change per commit.
If a commit cannot be described in one sentence without "and", split it.
git add . or git add -Agit status and git diff --statgit add <paths>git push✨ feat🚑 fix♻️ refactor📚 docs🧪 test🎨 style⚡️ perf🧑💻 chore🧹 remove🔒 security🚧 wip<emoji> <type>: <scope>: <imperative summary>
- Purpose: <why this change exists>
- Impact: <effect on users, system, or future work>
Use these optional fields when helpful:
File(s) changed: for multi-file or non-obvious commitsNature of changes: when the category needs clarificationimprove, enhance, streamline, optimize unless made concreteBefore committing, confirm:
development
Explicitly triggered when the user mentions `wiki-map`. It ingests, queries, lints, or compiles a markdown wiki.
testing
Explicitly triggered when the user mentions `single-skill-creator`. It scaffolds a new `SKILL.md`.
testing
Explicitly triggered when the user mentions `qmd`. It searches local markdown or QMD collections.
development
Explicitly triggered when the user mentions `ontology-map`. It builds, refreshes, or checks an ontology.