SkillHub

git-hooks-generator

v1.0.0

生成 Git hooks 脚本,自动格式化代码、检查 lint、运行测试等。

Sourced from ClawHub, Authored by Sunshine-del-ux

Installation

Please help me install the skill `git-hooks-generator` from SkillHub official store. npx skills add Sunshine-del-ux/git-hooks-generator

Git Hooks Generator

自动生成 Git hooks,提升开发效率。

功能

  • ✅ pre-commit 格式化
  • ✅ commit-msg 规范检查
  • ✅ pre-push 测试检查
  • ✅ 多种语言支持

使用方法

git-hooks-generator init
git-hooks-generator add --hook pre-commit --type lint