Auto Commit — Git skill for Claude Code
Stages all changed files (excluding .agent-memory/) and creates a descriptive commit.
How to install Auto Commit
Installs to ~/.claude/skills/dynamic-dome-agentic-os-auto-commit/SKILL.md
mkdir -p ~/.claude/skills/dynamic-dome-agentic-os-auto-commit && curl -fsSL https://raw.githubusercontent.com/dynamic-dome/agentic-os/HEAD/commands/auto-commit.md -o ~/.claude/skills/dynamic-dome-agentic-os-auto-commit/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What Auto Commit does
name: auto-commit description: "Stages all changed files (excluding .agent-memory/) and creates a descriptive commit. Push is optional and requires explicit user confirmation. Used by the self-improvement loop for automated commits." arguments:
- name: message description: "Commit message (optional, auto-generated if omitted)" required: false
Auto-Commit
Procedure
- Check preconditions:
- Verify we're in a git repository:
git rev-parse --git-dir - Check the
- Verify we're in a git repository:
Alternatives in Git
- Clean Worktrees (Automatic) — Automatically remove all worktrees for branches merged into master 25.5k ★
- Claude Relay Service — GitHub Repo stars Self-built Claude code mirror service supporting multi-account switching Relay service 9.9k ★
- Skill Copilot Provider — GitHub Copilot CLI as optional zero-cost provider via copilot -p programmatic mode 2.8k ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Adversarial Review
, humanizer, update_config), custom status bar, MCP integration, and a self-improvement loop that remembers co
Router Loop
Run the router's autonomous self-improvement loop (rung-2, config-only). Proposes one auto_threshold tweak, ga
Crew Rollback
Undo the last task's file changes using git. Shows affected files and requires confirmation before reverting.
Run Epic
Compatibility/advanced alias: resolve a native GitHub epic or explicit item list into a bounded workflow execu
Pantheon Consolidate
Find and merge duplicate or similar memory entries. /pantheon-consolidate scans for duplicates, shows preview,
PR Fixup
Run the Kandev PR fixup loop for CI failures and automated review threads.
Related Agents
Codegraph
Optional. Query a CodeGraph index of the repo for the impact radius, callers, callees, and affected tests of c
Changelog Analyst
Agentic commit subagent. Reads git state and dev-report to classify files, stages them, writes conventional co
Aminet Publisher
Prepares and publishes ports to Aminet. Validates packages, generates Aminet-format readmes, previews submissi