husky

Installation
SKILL.md

Husky

Overview

Husky manages Git hooks from package.json. Run linters, formatters, tests, and commit checks automatically before commits and pushes.

Instructions

Step 1: Setup

npm install -D husky lint-staged
npx husky init

Step 2: Pre-commit Hook

# .husky/pre-commit — Run lint-staged before each commit
npx lint-staged
Installs
2
GitHub Stars
128
First Seen
Jun 5, 2026
husky — terminalskills/skills