This skill integrates the Conventional Commits 1.0.0 specification into Claude's workflow, ensuring that every commit message is descriptive, standardized, and properly scoped. It is specifically tailored for high-performance development environments, supporting scopes for Rust, Python, TypeScript, Ruby, and PHP bindings. By mandating pre-commit hooks for formatting and testing while prohibiting AI-generated signatures, this skill maintains a high-quality, human-readable repository history and prevents common errors like force-pushing to protected branches.
Key Features
01Prevents AI-generated signatures in commits to ensure human accountability
02480 GitHub stars
03Standardizes commit messages using Conventional Commits 1.0.0 (feat/fix/docs/etc.)
04Provides pre-defined scopes for polyglot document intelligence engines
05Enforces mandatory pre-commit quality checks including formatting and linting
06Protects main branches by requiring PR reviews and prohibiting force-pushes