I built a CLI tool to automate common git workflows using AI agents (e.g. creating branches, summarizing context, and preparing PRs).
Supported platforms: - GitHub (via gh) - GitLab (via glab)
Supported AI agents: - Claude Code - Gemini CLI - Cursor Agent - Codex CLI
Design goals: - Agent-agnostic (same commands across different AI agents) - No MCP or custom prompts required - Minimal setup (from install to first PR in minutes)
Repo: https://github.com/leochiu-a/git-pr-ai
Feedback and questions welcome.