conventional-commits

Generate commit messages following the Conventional Commits specification.

Updated Oct 6, 2025
One-click install
npx skills add https://github.com/andisab/casdk-harness --skill conventional-commits-andisab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: conventional-commits
Source: https://github.com/andisab/casdk-harness/tree/main/tests/smoke/fast-loop/skills/conventional-commits
Command: npx skills add https://github.com/andisab/casdk-harness --skill conventional-commits-andisab

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill ensures that commit messages adhere to the Conventional Commits format, facilitating clear and consistent commit history for better code review and maintainability.

Core Features & Use Cases

  • Format Enforcement: Helps write commit messages following the Conventional Commits standard.
  • Documentation: Provides guidelines and examples for different commit types (feat, fix, docs, chore).
  • Use Case: Ideal for maintaining a well-documented and easily understandable commit history, which is crucial for team collaboration and project scalability.

Quick Start

Write a commit message in the Conventional Commits format for a new feature.

Frequently Asked Questions about conventional-commits

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

FAQPage Schema
What is the Conventional Commits format for git commit messages?

The Conventional Commits format structures git commit messages using specific types like feat, fix, docs, and chore to indicate the nature of changes, ensuring a clean commit history for better code review and maintainability.

How do I write a commit message for a new feature following commit standards?

To write a commit message for a new feature following commit standards, use the feat type prefix to indicate a new feature addition, adhering to the Conventional Commits specification for clear and consistent version control documentation.

Why should I enforce consistent commit messages in my git workflow?

Enforcing consistent commit messages in your git workflow facilitates clear project history, enhances code review readability, and improves maintainability, which is crucial for team collaboration and project scalability.

Does this commit convention support chore tasks and documentation updates?

Yes, this commit convention supports a range of commit types including chore tasks and documentation updates, providing guidelines and examples to maintain a well-documented and easily understandable commit history.

What's the best way to maintain clean commit history for team collaboration?

The best way to maintain clean commit history for team collaboration is enforcing the Conventional Commits format, which provides a standardized message structure that targets git-based version control workflows and supports various commit types.