Agent Skills: commit-all

Stage all changed files and create a commit

UncategorizedID: michaelvessia/nixos-config/commit-all

Install this agent skill to your local

pnpm dlx add-skill https://github.com/MichaelVessia/nixos-config/tree/HEAD/modules/programs/agents/shared/skills/commit-all

Skill Files

Browse the full folder contents for commit-all.

Download Skill

Loading file tree…

modules/programs/agents/shared/skills/commit-all/SKILL.md

Skill Metadata

Name
commit-all
Description
Stage all changed files and create a commit

Context

  • Current git status: !git status
  • Current git diff (unstaged changes): !git diff
  • Current git diff (staged changes): !git diff --cached

Your task

Stage all changed files and create a single commit:

  1. Stage all modified, added, and deleted files using appropriate git add commands
  2. Create a commit with a descriptive message that summarizes all the changes. DO NOT include any Claude attribution or "Generated with Claude Code" text in the commit message.
  3. You have the capability to call multiple tools in a single response. You MUST do all of the above in a single message. Do not use any other tools or do anything else. Do not send any other text or messages besides these tool calls.