Loading...
Loading...
Smart git commit with short, concise messages
npx skill4agent add ruchernchong/claude-kit commit.husky/pre-commitgitleaks protect.husky/gitleaks protect --staged --verboselint-staged.husky/npx husky init.husky/pre-commit#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
# Secrets detection - fail fast if secrets found
gitleaks protect --staged --verbose
# Lint staged files (if present)
npx lint-staged