2 repository-uri
Analyzes code changes to generate Conventional Commits messages with optional emoji and automatic splitting.
Distinct from Commit Message Generation: Distinct from Commit Message Generation: specifically generates messages following the Conventional Commits specification with emoji support.
Explore 2 awesome GitHub repositories matching devops & infrastructure · Conventional Commit Generators. Refine with filters or upvote what's useful.
This project is a Git commit standardization tool and semantic commit generator. It serves as an assistant to align code changes with semantic versioning by enforcing a consistent commit structure and formatting rules. The utility uses interactive prompts to gather user input, which it then validates against semantic categories and interpolates into predefined templates. This process automates the generation of standardized messages, ensuring that each commit follows a specific format to improve project history and traceability. The system also handles commit metadata structuring, including
Automatically generates standardized Git commit messages following semantic and conventional formats.
ZCF is a unified command-line environment manager that initializes, configures, and orchestrates multiple AI coding assistants within a single interface. It provides structured workflows for development, manages parallel Git worktrees, integrates Model Context Protocol (MCP) servers, and routes AI requests across multiple API providers to avoid vendor lock-in. The tool distinguishes itself by enabling parallel development streams through Git worktrees, allowing simultaneous work on multiple branches with natural language control. It supports task-based model routing that selects the most appr
Analyzes code changes to generate Conventional Commits messages with optional emoji and automatic splitting.