·git-hooks
</>

git-hooks

autumnsgrove/groveengine

Set up and configure Git pre-commit hooks for code quality, secrets scanning, and commit message validation. Use when installing git hooks, configuring pre-commit checks, or enforcing code standards.

5Installs·2Trend·@autumnsgrove

Installation

$npx skills add https://github.com/autumnsgrove/groveengine --skill git-hooks

SKILL.md

| commit-msg | Validates conventional commit format | | pre-commit-secrets-scanner | Prevents leaked API keys/secrets |

| pre-commit-python | Python | Black, Ruff | | pre-commit-javascript | JS/TS | Prettier, ESLint, TypeScript | | pre-commit-go | Go | gofmt, go vet | | pre-commit-multi-language | Mixed | Auto-detects and runs appropriate tools |

| pre-push | Runs tests before push | | post-checkout | Auto-updates dependencies on branch switch | | post-commit | Shows commit summary and TODOs |

Set up and configure Git pre-commit hooks for code quality, secrets scanning, and commit message validation. Use when installing git hooks, configuring pre-commit checks, or enforcing code standards. Source: autumnsgrove/groveengine.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/autumnsgrove/groveengine --skill git-hooks
Category
</>Dev Tools
Verified
First Seen
2026-02-05
Updated
2026-02-18

Quick answers

What is git-hooks?

Set up and configure Git pre-commit hooks for code quality, secrets scanning, and commit message validation. Use when installing git hooks, configuring pre-commit checks, or enforcing code standards. Source: autumnsgrove/groveengine.

How do I install git-hooks?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/autumnsgrove/groveengine --skill git-hooks Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/autumnsgrove/groveengine