conventional-commit

Enforce Conventional Commits 1.0.0 headers, scopes, and Gitmoji usage.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/stromy-org/global-skills --skill conventional-commit-stromy-org
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: conventional-commit
Source: https://github.com/stromy-org/global-skills/tree/main/conventional-commit
Command: npx skills add https://github.com/stromy-org/global-skills --skill conventional-commit-stromy-org

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enforce consistent, readable commit histories across teams by standardizing message structure, scope naming, and emoji usage.

Core Features & Use Cases

  • Enforces Conventional Commits 1.0.0 with a clearly defined header, optional body, and footer
  • Guides gitmoji usage to improve readability and enable automation
  • Provides a "clean source control" mode to triage and fix commit hygiene across a repository

Quick Start

Write your next commit message using the Conventional Commits format with an appropriate gitmoji.

Frequently Asked Questions about conventional-commit

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

FAQPage Schema
How do I enforce conventional commits across my repository?▼

Conventional commits standardize commit messages by enforcing a defined header, optional body, and footer structure. They guide scope naming and gitmoji usage to improve readability and enable automation across teams.

What is the best way to standardize commit messages with gitmoji?▼

The best way to standardize commit messages with gitmoji is to apply the Conventional Commits 1.0.0 workflow, enforcing a defined header structure, scope naming, and specific emoji usage to visually categorize code changes, doc updates, and refactors.

How do I fix inconsistent commit history in version control?▼

To fix inconsistent commit history in version control, use a clean source control mode to triage and correct commit hygiene. This applies the conventional commits workflow to refactor past messages into a consistent, readable format.

Can I use conventional commits for code refactors and documentation updates?▼

Yes, conventional commits can be used for code refactors and documentation updates. The workflow enforces header structure and scope naming to ensure all modification types are consistently recorded in version control history.

Does applying conventional commits require specific dependencies?▼

No, applying this conventional commits workflow requires no specific dependencies. It directly enforces header structure, scope naming, and gitmoji usage as defined in its frontmatter, operating within your existing version control setup.