Git Commit With Checks is a development Claude Skill built by MetaMask. Best for: Developers use this when committing code changes to automatically validate quality and generate properly formatted commit messages following conventional commits..
Automatically commit code with linting, building, and testing checks, or force commit while following conventional commit standards.
When asked to commit code, follow these steps:
check (default): Run checks first to lint, build, and test the code. Stop if any checks fail.force: Skip the check step and commit directly.Run these bash commands in parallel to understand the current state:
git status to see all untracked filesgit diff HEAD to see both staged and unstaged changesgit log --oneline -10 to see recent commit messages for style consistencyIf you are on the main branch, create a new feature branch using git branch and switch to it.
Analyze all changes and draft a commit message:
type(scope): descriptionStage and commit the changes:
git addReport the results including:
/plugin install git-commit-with-checks@MetaMaskRequires Claude Code CLI.
Developers use this when committing code changes to automatically validate quality and generate properly formatted commit messages following conventional commits.
No reviews yet. Be the first to review this skill.
MetaMask
@MetaMask