setup-pre-commit

Installation
SKILL.md

Setup Pre-Commit

Configure automated code quality checks at commit time using Husky and lint-staged.

When to use this skill

  • Setting up a new project's commit-time quality gates
  • Adding formatting and type checking to an existing project
  • Standardizing pre-commit behavior across a team

When not to use this skill

  • CI pipeline setup → use deployment-automation
  • Git workflow strategy → use git-workflow
  • Full testing strategy → use testing-strategies

Installation process

Step 1 — Detect package manager

Installs
25
GitHub Stars
32
First Seen
Jun 17, 2026
setup-pre-commit — akillness/jeo-skills