From ox
Commits changes with a short imperative git message following strict style rules; creates new branch if on main. Uses git status, diff, log for context.
npx claudepluginhub oxidian/cc-plugins --plugin oxThis skill is limited to using the following tools:
- Current git status: !`git status`
Creates git commits with clear messages from working tree changes, following repo conventions or conventional commits. Handles clean trees and detached HEAD.
Creates git commits with clear, value-communicating messages from staged or unstaged changes, following repo conventions or conventional commit format. Use when user says 'commit' or 'save changes'.
Automates Git workflow: creates new branch if on main, commits changes with short imperative message, pushes to origin, and opens GitHub PR via gh CLI. Use after code changes.
Share bugs, ideas, or general feedback.
git statusgit diff HEADgit branch --show-currentgit log --oneline -10Based on the above changes: