Files
compound-engineering-plugin…/plugins
Trevin Chow a42aab248a feat: add git-commit, git-commit-push-pr, and git-clean-gone-branches skills
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.
2026-03-25 14:43:13 -07:00
..