Git
Git from 0xharryriddle/codex-field-kit.
Skills in this plugin
5- ▌ Git Run Checks · 0xharryriddle bundleRun repository checks before every commit and before opening a PR. Use when asked to "run checks", "validate changes", "verify before commit", or "pre-commit" in any codebase.
- ▌ Git Pr Workflow · 0xharryriddle bundlePrepare and submit pull requests with clean history, passing checks, and review-ready context. Use when asked to open, prepare, or finalize a PR.
- ▌ Git Atomic Commit · 0xharryriddle bundleSplit a large diff into atomic, review-friendly commits. Use when asked to "split commits", "create atomic commits", "chunk this diff", or prepare clean commit history.
- ▌ Git Conventional Commit · 0xharryriddle bundleCreate Conventional Commit messages with consistent type, scope, and body. Use when asked to write commit messages, enforce commit conventions, or improve commit history clarity.
- ▌ Git Workflow Orchestrator · 0xharryriddle bundleRoute end-to-end Git execution across checks, atomic commits, conventional messages, and PR preparation. Use when the user asks for full Git workflow management from changes to PR.