GitHub - Arindam200/gitpack: AI-powered Git packaging CLI for planning commits, drafting PRs, and tracking reviews from the terminal.
gitpack is an open-source AI-powered CLI tool that goes beyond simple commit message generation to handle the full Git packaging workflow. It groups related file changes into logical commits, explains the rationale, flags risky areas (auth, schema, CI), drafts PR summaries, and tracks review progress (CI status, reviewer comments, check failures) directly from the terminal. It uses Nebius Token Factory with the Kimi K2.5 model by default but supports any OpenAI-compatible API. Core commands include `plan`, `apply`, `pr`, `status`, `publish`, and `release`. AI is on by default but gracefully falls back to heuristic suggestions when disabled. Installed via npm globally or run with npx.