conventional-commit

Generate and validate Spanish Conventional Commits messages for the GlobalConnect project.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures that all commit messages adhere to the Conventional Commits specification, using Spanish and project-specific scopes, which is crucial for automated changelog generation, versioning, and clear project history.

Core Features & Use Cases

  • Generate Commit Messages: Create well-formatted commit messages based on code changes.
  • Validate Commit Messages: Check if existing commit messages comply with the Conventional Commits standard.
  • Build Commit Message from Diff: Construct a commit message directly from a git diff.
  • Use Case: Before committing code, use this Skill to generate a commit message like feat(auth): implement two-factor authentication or validate a colleague's commit message to ensure it follows the project's standards.

Quick Start

Use the conventional-commit skill to generate a commit message for the staged changes.

Frequently Asked Questions about conventional-commit

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

FAQPage Schema
How do I generate a conventional commit message from a git diff?

To generate a conventional commit message from a git diff, the Skill analyzes your code changes and constructs a compliant message using enforced types and scopes. It builds the message directly from the provided diff output for immediate use.

What is the conventional commits specification used for?

The conventional commits specification is used to standardize commit messages, which is crucial for automated changelog generation and versioning. It ensures a clear and consistent project history by enforcing specific message structures.

Can I validate existing commit messages against the conventional commits standard?

Yes, you can validate existing commit messages against the conventional commits standard. The Skill checks if your messages comply with the specification, ensuring they use the correct types and scopes required for project consistency.

Does this conventional commit generator support Spanish language messages?

Yes, this conventional commit generator supports Spanish language messages. It generates and validates commit messages in Spanish, tailored specifically for the GlobalConnect project to maintain localized project history.

Why are specific scopes enforced for commit messages in versioning?

Specific scopes are enforced for commit messages in versioning to ensure consistency across the project. By using predefined types and scopes, the Skill enables reliable automated changelog generation and accurate version tracking.