🎁 Get the FREE AI Skills Starter GuideSubscribe →
BytesAgainBytesAgain
🦀 ClawHub

Git Hooks Generator

by @sunshine-del-ux

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

Versionv1.0.0
Downloads970
TERMINAL
clawhub install git-hooks-generator

📖 About This Skill


name: git-hooks-generator description: 生成 Git hooks 脚本,自动格式化代码、检查 lint、运行测试等。 metadata: {"clawdbot":{"emoji":"🪝","requires":{},"primaryEnv":""}}

Git Hooks Generator

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

功能

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

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