skill-commit

Guide Git commit message creation using Conventional Commits best practices.

7|2|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/FacturaScripts/fs-claude-plugin --skill skill-commit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-commit
Source: https://github.com/FacturaScripts/fs-claude-plugin/tree/main/fs-dev/skills/skill-commit
Command: npx skills add https://github.com/FacturaScripts/fs-claude-plugin --skill skill-commit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps users create clear, atomic, and well-structured Git commit messages in Spanish, making code reviews and maintenance easier.

Core Features & Use Cases

  • Commit Message Best Practices: Provides guidelines for writing effective commit messages.
  • Conventional Commits: Offers a format based on Conventional Commits for better changelogs and code history.
  • Commit Examples: Includes examples of different commit types and how to structure them.
  • Task Coding: Helps include task codes in commits for better tracking of changes.

Quick Start

Run the 'commit-message-best-practices' skill to learn how to write a perfect Git commit message.

Frequently Asked Questions about skill-commit

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

FAQPage Schema
How do I write a clear Git commit message following best practices?

Conventional Commits is a standardized format for Git commit messages that structures them with specific types like feat or fix. It helps automate changelog generation and maintains a highly readable, maintainable code history.

How do I format Git commit messages using Conventional Commits?

You format Git commit messages using Conventional Commits by applying a structured format with specific types and task codes. This standardizes your code history and provides clear examples for structuring different commit types.

Can I include task coding in my Git commit messages for better tracking?

Yes, you can include task coding in your Git commit messages to track changes effectively. This practice integrates with commit message best practices to link repository history directly to project management tasks.

Do I need prior knowledge of Git commit standards to use this commit guide?

You need basic knowledge of Git commit message standards to use this guide effectively. It builds on that foundation to help you craft atomic, well-structured messages in Spanish for critical repository maintenance.

What is the best way to structure Git commit messages for code review?

The best way to structure Git commit messages for code review is to follow atomic commit guidelines and Conventional Commits. This ensures clarity, groups related changes, and makes the history easier for reviewers to parse.

Why does my Git commit history lack readability and maintainability?

Your Git commit history lacks readability and maintainability because it does not follow commit best practices or Conventional Commits. Applying these standards structures your changes clearly for future code maintenance and review.