From brad-personal
Create git commits with no Claude attribution. NEVER adds co-author information—commits appear as if user wrote them. Use when user asks to "commit", "make a commit", save work to git, says "wrap up" or "finish" after completing work, asks "what's next?" or "are we done?" after coding, or mentions staging changes or commit messages.
How this skill is triggered — by the user, by Claude, or both
Slash command
/brad-personal:commitThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Create clean, professional git commits that appear as if the user wrote them directly. No AI attribution, no co-author tags, no "generated by" messages.
Create clean, professional git commits that appear as if the user wrote them directly. No AI attribution, no co-author tags, no "generated by" messages.
git status to see all modified, added, and deleted filesgit diff (and git diff --staged if applicable) to see actual changesgit add with specific file paths (NEVER use -A, ., or --all)git log --oneline -n [number]Attribution Rules (NEVER VIOLATE THESE):
Commit Quality Rules:
git add, never wildcards or "add all"Execution Rules:
This skill does NOT require sub-agents. Execute directly because:
npx claudepluginhub carterbs/agent-config --plugin brad-personalManages Git commit workflow using Conventional Commits format with safety protocols. Creates, validates, executes commits; handles hooks, PRs, and safety checks before operations.
Organizes git workspace changes into clean, atomic commits following conventional formats. Activates after features, refactors, or explicit commit requests.
Generates conventional commit messages by analyzing staged Git changes with AI, using prefixes like feat/fix. Ensures standardized format for Git workflows.