conventional-commits

Write conventional commit messages with standardized types, scopes, and formatting.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/Javier-Lombard/WAGE-VANTAGE-FINAL --skill conventional-commits-javier-lombard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: conventional-commits
Source: https://github.com/Javier-Lombard/WAGE-VANTAGE-FINAL/tree/main/.github/skills/conventional-commits
Command: npx skills add https://github.com/Javier-Lombard/WAGE-VANTAGE-FINAL --skill conventional-commits-javier-lombard

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps maintain a clean and professional Git history by standardizing commit classification, message format, and common scopes.

Core Features & Use Cases

  • Standardized Commit Classification: Provides a standardized set of commit types (feat, fix, docs, etc.) and examples.
  • Commit Message Structure: Offers guidelines for writing clear, concise commit messages.
  • Scopes: Defines common scopes for the project (auth, comparison, charts, etc.).
  • Checklist: Provides a quality checklist to ensure commits meet standards.

Quick Start

Use this skill to write a commit message following the Conventional Commits guidelines.

Frequently Asked Questions about conventional-commits

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

FAQPage Schema
How do I write conventional commit messages for a cleaner Git history?

To write conventional commit messages, you standardize commit classification using specific types like feat, fix, and docs, along with clear message formatting and project scopes. This maintains a clean and professional Git history.

What are the standard commit types used in conventional commits?

Standard commit types in conventional commits include feat, fix, docs, and other classifications that categorize the nature of changes. These standardized types help maintain a clean commit history and ensure clear communication of code quality changes.

How do I define common scopes for conventional commit messages?

Defining common scopes for conventional commit messages involves specifying affected project modules like auth, comparison, or charts. Scopes provide context within the commit message structure, keeping the Git version control history organized and easier to track.

Is there a checklist to ensure my commit messages meet conventional standards?

Yes, a quality checklist is provided to ensure your commit messages meet conventional standards. This checklist verifies that your commit classification, message formatting, and scopes align with the guidelines for maintaining a clean Git history.

Does standardizing commit messages work without external dependencies?

Standardizing commit messages using these guidelines works without external dependencies. The skill provides standalone scripts and references to help you format Git commit messages and improve code quality directly in your version control workflow.