Welcome to commit-check! This guide will help you integrate commit-check into your workflow quickly and efficiently.
Select the method that best fits your development workflow:
-
:material-github: GitHub Actions
GitHub Action for automated commit-check in your workflows
Perfect for: CI/CD pipelines, automated PRs, team collaboration
Get started with GitHub Actions →{ .md-button .md-button--primary }
-
:material-git: Pre-commit Hooks
Pre-commit hooks for automated commit-check in your local development
Perfect for: Local development, enforcing commit standards before commits
Get started with pre-commit →{ .md-button .md-button--primary }
-
:fontawesome-brands-python: Command Line Interface (CLI)
The core Python package powering commit-check-action behind the scenes
Perfect for: Custom scripts, advanced workflows, and integration across different environments
Get started with CLI →{ .md-button .md-button--primary }
-
:material-robot: MCP Server
MCP server exposing commit-check validations as structured tools for AI coding agents
Perfect for: Claude Code, Cursor, Copilot & any MCP-compatible AI agent
Get started with MCP →{ .md-button .md-button--primary }