Three new skills replacing the deprecated commit-commands plugin:
- git-commit: Convention-aware commit creation with logical commit
splitting at the file level when changes have distinct concerns
- git-commit-push-pr: Adaptive PR descriptions that scale in depth with
change complexity, conditional test plans, and GitHub-safe formatting
- git-clean-gone-branches: Fetch-first branch cleanup with user
confirmation and worktree handling, using a shell script for reliable
parsing
All three use `command git` to bypass RTK proxies and shell aliases.