What problem does it solve?
This Skill solves the friction of manual, multi-step Git operations by automating the grouping, staging, committing, and pushing of changes in a single, safe, and verifiable action.
Core Features & Use Cases
- Intelligent Grouping: Automatically partitions changes into logical Conventional Commits per repository.
- Worktree Support: Correctly handles linked Git worktrees by identifying checkout roots rather than common git directories.
- Safety Guardrails: Prevents unsafe operations like force-pushing to protected branches (main/master) and ensures all commits succeed before any push is attempted.
- Use Case: When you have multiple feature changes across a monorepo or linked worktrees, simply trigger this skill to have the agent group your work, commit with proper Conventional Commit messages, and push everything automatically.
Quick Start
Use the git-maker skill to commit all current changes and push them to the remote repository.