skills/git-commit-formatter/SKILL.md
生成符合 Conventional Commits 规范的 Git 提交信息。当用户要求生成提交、创建 commit 或写提交信息时使用
npx skillsauth add einverne/dotfiles git-commit-formatterInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
分析暂存区的代码变更,生成符合 Conventional Commits 规范的提交信息。
提交信息格式:<type>(<scope>): <subject>
类型定义:
git diff --cached 查看暂存的变更必须遵守:
feat(auth): 实现 JWT 令牌认证
- 添加 JWT 生成和验证逻辑
- 实现令牌刷新机制
- 添加相关单元测试
development
生成符合项目规范的 React 组件。当用户要求创建组件、新建 React 组件或生成组件文件时使用
devops
将当前分支部署到测试环境。当用户要求部署、发布到测试或在 staging 环境测试时使用
development
进行系统化的代码审查,检查代码质量、安全性和性能。当用户要求审查代码、review 或检查代码时使用
development
Guide for implementing Turborepo - a high-performance build system for JavaScript and TypeScript monorepos. Use when setting up monorepos, optimizing build performance, implementing task pipelines, configuring caching strategies, or orchestrating tasks across multiple packages.