Tag: pre-commit
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…
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.
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.
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…
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.
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.