install-precommit

Installation
SKILL.md

You are helping the user install the pre-commit review hook.

What This Hook Does

The pre-commit review hook runs before every git commit and:

  1. Shows files being committed with their status (added/modified/deleted)
  2. Shows lines added and removed
  3. Detects potentially sensitive files (.env, secrets, keys)
  4. Detects debug statements (console.log, print, debugger, etc.)
  5. Shows new dependencies being added
  6. Shows TODOs being introduced
  7. Requires user confirmation (y/n/d for diff) before proceeding

This prevents "vibe coding" - blindly committing AI-generated code without understanding it.

Installation Steps

Installs
8
GitHub Stars
15
First Seen
Jan 24, 2026
install-precommit — zbruhnke/claude-code-starter