← Back to Portfolio ← Back to Projects
βœ…
Pre-commit validation v1.0

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.

Git CI/CD Linting Testing Security Automation

Screenshots

Pre-commit validation

Installing the git-check skill via the agent ecosystem

Auto-generated commit message

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.