Story

AI-powered Git CLI that generates commit messages automatically

gitton-dev Monday, February 16, 2026

I got tired of context-switching to write commit messages and PR descriptions, so I built gut – a CLI that uses AI to handle the boring parts of git workflows.

Examples: gut commit → generates commit message from staged diff gut pr → generates PR title and description gut review → AI code review of your changes gut find "login bug" → finds commits by vague description gut stash → stash with auto-generated name

It focuses only on git operations, so responses come back in seconds. BYOK (Gemini, OpenAI, or Anthropic). Keys stored in system keychain.

Customizable via .gut/ templates per project.

GitHub: https://github.com/user/gut npm: npm install -g gut-cli

1 0
Read on Hacker News