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

Este activo puede ser leído e instalado directamente por agents

TokRepo expone un comando CLI universal, contrato de instalación, metadata JSON, plan según adaptador y contenido raw para que los agents evalúen compatibilidad, riesgo y próximos pasos.

Stage only · 29/100Stage only
Superficie agent
Cualquier agent MCP/CLI
Tipo
Skill
Instalación
Stage only
Confianza
Confianza: Established
Entrada
Asset
Comando CLI universal
npx tokrepo install 5adc6c95-836e-532f-8f6f-12e89e7e8202
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