Tag: git-hooks
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.
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.