git-master

Generate Spanish commit messages from local Git diffs and push changes.

Updated Jan 29, 2026
One-click install
npx skills add https://github.com/Alpizar28/BookingTemplate --skill git-master-alpizar28
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-master
Source: https://github.com/Alpizar28/BookingTemplate/tree/main/skills/git-master
Command: npx skills add https://github.com/Alpizar28/BookingTemplate --skill git-master-alpizar28

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Este Skill te ayuda a analizar cambios locales en un repositorio Git y a redactar mensajes de commit profesionales en español, evitando descripciones vagas.

Core Features & Use Cases

  • Análisis de Diff: revisa git diff para identificar cambios en archivos y áreas de mejora.
  • Redacción de mensajes: genera mensajes en español que describen con claridad las modificaciones (sin términos genéricos como "update" o "fix").
  • Flujo de publicación: ejecuta git add, git commit -m "<mensaje>" y git push de forma segura y controlada.
  • Use Case: al terminar una feature, usa esta Skill para producir un commit descriptivo y subirlo al remoto sin errores.

Quick Start

Ejecuta este flujo para cambios recientes: usa git diff para revisar los cambios, genera un mensaje en español y luego ejecuta git add, git commit -m "<mensaje>" y git push.

Frequently Asked Questions about git-master

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate Spanish commit messages from git diff automatically?

To generate Spanish commit messages from git diff, this Skill analyzes your local repository changes and composes professional Spanish descriptions, avoiding vague terms like "update" or "fix". It then executes git add, git commit, and git push with safety checks.

What is the best way to automate git add, commit, and push for local development workflows?

The best way to automate git add, commit, and push is by using this Skill to review your local diffs and generate a descriptive Spanish commit message. It handles the entire publication flow safely, ensuring a clean history across features, fixes, and refactors.

Does this git commit automation work with existing local repository changes?

Yes, this git commit automation works directly with your existing local repository changes. It reviews the git diff output to identify file modifications and areas of improvement before drafting a clear Spanish commit message and pushing to the remote.

Can I use this tool to write descriptive Spanish git messages instead of generic ones?

You can use this tool to write descriptive Spanish git messages instead of generic ones. It analyzes your code diffs and generates clear Spanish descriptions of the modifications, explicitly avoiding vague terms like "update" or "fix" to maintain a clean history.

What limitations should I expect when pushing commits with automated git diff analysis?

When pushing commits with automated git diff analysis, you should expect limitations related to its basic implementation depth. It performs safety checks before executing git push, but complex multi-branch merge conflicts or highly intricate refactor scenarios may require manual intervention.