Show HN: A CLI tool to automate Git workflows using AI agents

  • Posted 4 hours ago by leochiu-a
  • 2 points
https://github.com/leochiu-a/git-pr-ai
Hi HN,

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.

0 comments