{"categories":[{"label":"Build Tools","url":"https://skillfed.io/packages/category/software-development-build-tools"}],"enrichment":{"capability":"Commitizen enforces standardized commit messages and automates version bumping, changelog generation, and release management using semantic versioning and Conventional Commits.","skillfed_tags":["release-automation","git-workflow","semantic-versioning"],"use_cases":["Enforce consistent commit message format across a development team to improve git history readability.","Automate version bumping and changelog generation in CI/CD pipelines to reduce manual release overhead.","Validate incoming commits via pre-commit hooks to prevent non-standard messages from entering the repository.","Generate release notes and changelogs automatically from commit history for stakeholder communication.","Standardize semantic versioning across multiple projects using a shared commit convention."],"what_it_does":"Commitizen is a CLI tool that standardizes commit messages across a team and automates the release workflow. It enforces Conventional Commits by default, validates commit format, and provides an interactive prompt to guide users through structured commit creation. The core workflow uses a single `cz bump` command to automatically increment version numbers based on commit history (semantic versioning), update version files, generate or update changelogs in Keep a Changelog format, and create git tags\u2014eliminating manual version management and changelog maintenance.\n\nThe package integrates with pre-commit hooks for commit-message validation, supports custom commit rules and templates, and includes bash completion via argcomplete. It has 14 runtime dependencies covering interactive prompts (questionary, prompt-toolkit), terminal colors (colorama, termcolor), configuration parsing (tomlkit, pyyaml), templating (jinja2), and packaging metadata (packaging, importlib-metadata). Requires Python 3.10+ and Git 1.8.5.2+.","worth_installing":"Yes. Commitizen is actively maintained (last commit 2026-08-10), has no known vulnerabilities, low install friction, and is widely adopted (top 5000 PyPI packages). It solves a real team workflow problem\u2014standardizing commits and automating releases\u2014with a permissive MIT license. Install it if your team or project needs consistent commit discipline and automated release management."},"id":"commitizen","links":{"html":"https://skillfed.io/packages/commitizen","md":"https://skillfed.io/packages/commitizen.md","pypi":"https://pypi.org/project/commitizen/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-07-29","license_spdx":"MIT","license_treatment":"permissive","name":"commitizen","python_support":"supports_current","summary":"Python commitizen client tool"},"popularity":{"monthly_downloads":3578324,"position":2572,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"4.17.0"}
