pre-commit-install

star 1

Always install pre-commit hooks after cloning any repo that contains a .pre-commit-config.yaml file. Use when cloning repos or setting up a new local checkout.

koba-e964 By koba-e964 schedule Updated 2/19/2026

name: pre-commit-install description: Always install pre-commit hooks after cloning any repo that contains a .pre-commit-config.yaml file. Use when cloning repos or setting up a new local checkout.

Pre-Commit Install

Rule

After git clone, if the repo has .pre-commit-config.yaml, immediately run:

pre-commit install

Notes

  • Run this once per new clone.
  • If pre-commit isn't installed, ask to install it first.
Install via CLI
npx skills add https://github.com/koba-e964/dotfiles --skill pre-commit-install
Repository Details
star Stars 1
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator