Setup Pre Commit

Set up stack-aware pre-commit hooks - format, lint, and test before every commit. JS/TS via Husky + lint-staged + Prettier; Python via the pre-commit framework (ruff); Rust/Go via a tracked git hook (fmt + lint + test). Use when the user wants pre-commit hooks, commit-time formatting/typechecking/testing, or when bootstrap-issues wires up a repo.

chieaid24 349c258 5.4 KB Updated

File contents

chieaid24/skills/tree/main/skills/setup-pre-commit commit 349c2581ec

Frequently asked questions

npx skillmds@latest add chieaid24/setup-pre-commit