git-commit

Generate atomic Git commits with Spanish conventional commit messages.

Updated Aug 17, 2025
One-click install
npx skills add https://github.com/global-ministries/global-connect --skill git-commit-global-ministries
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-commit
Source: https://github.com/global-ministries/global-connect/tree/main/.agent/skills/git-commit
Command: npx skills add https://github.com/global-ministries/global-connect --skill git-commit-global-ministries

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you create clear, consistent, and professional Git commits using the Conventional Commits standard in Spanish, ensuring your project history is a valuable documentation asset.

Core Features & Use Cases

  • Conventional Commits: Enforces a strict format for commit messages (<type>[scope]: <description>).
  • Spanish Language: All messages and instructions are in Spanish.
  • Diff Analysis: Analyzes code changes to help determine the correct commit type and scope.
  • Use Case: After completing a new feature, use this Skill to generate a feat(auth): implementa autenticación de dos factores commit message.

Quick Start

Use the git-commit skill to create a commit for the staged changes with the message "feat(dashboard): agrega vista de resumen de usuarios".

Frequently Asked Questions about git-commit

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

FAQPage Schema
How do I generate conventional commit messages in Spanish from my git diff?

Generating conventional commit messages in Spanish requires analyzing your git diff to determine the type, scope, and description. This skill automates that process by analyzing code changes and producing formatted Spanish commit messages without emojis.

What is the correct format for a conventional commit in Spanish?

A conventional commit in Spanish follows the `<type>[scope]: <description>` format, using types like feat, fix, or docs. Descriptions must use the imperative mood, avoid leading or trailing punctuation, and stay within specific character limits.

Can I use this conventional commit generator for project-specific scopes?

Yes, this conventional commit generator supports project-specific scopes alongside standard types like feat, fix, refactor, perf, and test. It analyzes your code diff to accurately map changes to the correct project scope.

How do I create atomic git commits for staged changes without emojis?

Creating atomic git commits without emojis involves analyzing staged changes to generate a single, focused conventional commit message. This skill outputs strict, emoji-free Spanish messages by evaluating diffs and applying safety protocols for git operations.

Does this git commit tool enforce specific character limits for commit descriptions?

Yes, this git commit tool enforces specific character limits for descriptions and requires the imperative mood. It analyzes code diffs and generates conventional commit messages in Spanish while strictly avoiding leading and trailing punctuation.

When should I not use automated conventional commit generation?

You should avoid automated conventional commit generation when your staged changes span unrelated tasks, preventing atomic commits. This skill is designed for focused diffs to accurately determine the correct type and scope for a single Spanish commit message.