Pre-commit Standards When to Use This Skill | Use this skill when... | Use instead when... | |---|---| | You need the canonical hook list, pinned versions, and conventional-commit conventions | You want to audit or install pre-commit hooks for a project end-to-end as an interactive workflow | | You are checking whether a matches the documented standard | You want runtime detection of project type (frontend, infra, python) before choosing hook sets | | Another skill needs to cite the standard hook versions or rule set | The user asked you to actually create or repair pre-commit configuration |…