Git Check
Comprehensive git workflow that validates changes before commit. Performs linting, type checking, testing, and secret scanning before allowing commits. Auto-generates commit messages from diffs and confirms before pushing.
Screenshots
Installing the git-check skill via the agent ecosystem
Automatic workflow for deleted file recovery and validation
Overview
Git Check is a skill that implements a comprehensive pre-commit validation workflow, ensuring code quality before it enters the repository. It automatically runs linting, type checking, testing, and secret scanning before allowing commits. Auto-generates descriptive commit messages from diffs and requests confirmation before pushing. Use it when asked to commit, push, review changes, check for errors, or when finishing work. Ensures only validated code enters the repository.