Tag: pre-commit

Type: All Skills Tools
tool ★ 5,664

Pre-commit code analysis and validation utility

This utility provides comprehensive pre-commit analysis for codebases, allowing developers to validate uncommitted changes, specific files, or git references. It supports automated fixing and severity-based failure thresholds, ensuring code…

getsentry/XcodeBuildMCP code-review pre-commit linting git-validation
skill ★ 31,523

Robust Git Pre-Commit Hook for Code Quality

This skill implements a robust pre-commit hook using lefthook, ensuring code quality before committing. It runs parallel checks for dependency lockfile synchronization, linting/formatting, and comprehensive unit testing across all packages.

CopilotKit/CopilotKit git-hooks pre-commit linting testing
tool ★ 5

Code impact analysis and dependency tracking tool

This tool assesses the blast radius and potential breakage caused by proposed code modifications. It analyzes symbol dependencies and affected execution flows to provide a comprehensive risk assessment before committing changes.

hifriendbot/cogmemai-mcp git-analysis dependency-tracking code-safety blast-radius
skill ★ 158

Hardening pre-commit checks for reliable releases

This skill guides developers on hardening pre-commit hooks to prevent release failures, particularly those stemming from packaging or metadata mismatches. It ensures local checks accurately replicate the exact commands used in the final rel…

sbroenne/mcp-server-excel pre-commit release-workflow ci-cd packaging
skill ★ 75

Automated pre-commit security and quality validation

Perform automated security scans, quality gate validations, and antipattern detection before committing or opening pull requests. It also enables symbol-level diffing and bug prediction for high-risk code changes.

nikolai-vysotskyi/trace-mcp pre-commit security-scanning code-quality static-analysis
tool

Warden: Pre-commit Code Analysis Tool

An automated tool for analysing uncommitted code changes against predefined triggers and patterns before committing. It supports severity-based findings, auto-applying fixes, and integration with GitHub workflows.

cameroncooke/xcodebuildmcp code-analysis pre-commit git-hooks automated-review