conventional-changelog/commitlint

📓 Lint commit messages

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 8 minutes ago
Added to GitGenius on September 3rd, 2026
Created on February 12th, 2016
Open Issues & Pull Requests: 82 (+0)
GitHub issues: Enabled
Number of forks: 969
Total Stargazers: 18,734 (+1)
Total Subscribers: 67 (+0)

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Issue API getrepoissuespagesummary failed: 429 Rate limit exceeded. Please try again later.

Detailed Description

commitlint is a linter that validates commit messages against the conventional commit format.

The tool addresses the problem of inconsistent commit message conventions across teams and projects. It checks whether commit messages conform to a specified pattern, typically following the conventional commits standard which structures messages with a type, optional scope, and description. This enables automated parsing of commit history for changelog generation and clearer project semantics. The linter runs as a git hook or in CI pipelines to catch non-conforming messages before they enter the repository.

Teams should adopt commitlint when they want to enforce consistent commit message standards across contributors. It suits projects that benefit from automated changelog generation or that need to communicate intent clearly through commit history. The tool is particularly valuable in monorepos and collaborative environments where message consistency matters. Configuration is flexible, supporting multiple file formats and allowing teams to define their own rules or use shared configurations distributed via npm.

The project maintains a substantial user base, with nearly all open issues originating from adopters reporting real-world problems rather than from the core team. Maintainers respond to new issues and pull requests within a day. Work in the issue tracker centers on bugs, features, and documentation improvements.