Git CLI Agentic Patterns When to Use This Skill | Use this skill when... | Use the alternative when... | |---|---| | Writing scriptable calls in porcelain or mode | Use for JSON queries against the GitHub API | | Needing status, diff counts, or custom log placeholders | Use for staging conventions and commit message structure | | Reading branch tracking info or main-branch-development push patterns | Use for the broader branch + PR design choices | | Producing deterministic output for parsers and downstream tooling | Use to mine commit history for rules/PRDs/ADRs/PRPs | Optimized git commands…