home/common/ai/resources/codex/skills/commit/SKILL.md
Create a git commit. Use when the user asks to commit changes, save work, or create a commit.
npx skillsauth add kamushadenes/nix 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.
Delegate to the git-committer agent with the following task:
Gather git context:
git status --short to see changed filesgit diff --staged to see staged changesgit diff to see unstaged changesgit log --oneline -5 to see recent commit message styleIf nothing is staged, stage all modified/new files relevant to the current work.
Analyze all staged changes and draft a commit message:
Create the commit using:
git commit -m "<message>"
Run git status after to verify success.
Return a summary of what was committed (files changed, commit hash, message).
Include the user's additional instructions when delegating the task.
data-ai
Show MemPalace status — room counts, storage usage, and palace health.
tools
Search your MemPalace — semantic search across all mined memories, projects, and conversations.
tools
Mine a project or conversation into your MemPalace — extract and store memories for later retrieval.
development
Initialize a new MemPalace — guided setup for your AI memory palace with ChromaDB backend.