You are helping the user install the pre-commit review hook. What This Hook Does The pre-commit review hook runs before every 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. Install…