Esta página se muestra en inglés. Una traducción al español está en curso.
SkillsMay 14, 2026·2 min de lectura

AI Git Narrator — Generate Commit & PR Text

Generate commit messages and PR descriptions from diffs with OpenAI/Gemini/Ollama options; verified 118★ and installs via Homebrew on macOS.

Listo para agents

Staging seguro para este activo

Este activo primero queda en staging. El prompt copiado pide inspeccionar los archivos staged antes de activar scripts, config MCP o config global.

Stage only · 29/100Política: staging
Superficie agent
Cualquier agent MCP/CLI
Tipo
Skill
Instalación
Stage only
Confianza
Confianza: Established
Entrada
Asset
Comando de staging seguro
npx -y tokrepo@latest install 5adc6c95-836e-532f-8f6f-12e89e7e8202 --target codex

Primero deja archivos en staging; la activación requiere revisar el README y el plan staged.

Introducción

Generate commit messages and PR descriptions from diffs with OpenAI/Gemini/Ollama options; verified 118★ and installs via Homebrew on macOS.

Best for: Teams that want consistent, descriptive git history

Works with: macOS · Git repos · OpenAI/Gemini keys or local Ollama

Setup time: 5–12 minutes

Key facts (verified)

  • GitHub: 118 stars · 6 forks · pushed 2026-01-18.
  • License: MIT · owner avatar + repo URL verified via GitHub API.
  • README-backed entrypoint: brew tap pmusolino/ai-git-narrator.

Main

  • Use it as a git-writing copilot: generate commit text from staged/unstaged changes and keep messages consistent.

  • Switch providers with --llm-provider (OpenAI, Gemini, or Ollama) and choose models via --model.

  • Tune output length and variability with --max-tokens and --temperature as shown in README options.

  • Use --generate-pr for PR description drafts based on commit history and base-branch diffs.

Source-backed notes

  • README states it’s a macOS-focused CLI that generates commit messages and PR descriptions from diffs/commits.
  • README provides Homebrew installation (brew tap + brew install) and lists flags for provider/model settings.

FAQ

  • Do I need an API key?: For OpenAI/Gemini yes; README notes Ollama can work without a hosted API key.
  • Is it cross-platform?: README emphasizes macOS; treat other OS support as out of scope unless verified.
  • How do I keep messages consistent?: Pin --model and keep --temperature low for more deterministic output.
🙏

Fuente y agradecimientos

Source: https://github.com/pmusolino/AI-Git-Narrator > License: MIT > GitHub stars: 118 · forks: 6

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados