Ai git workflow
Frontend/Next.js Claude Code Skills — curated + custom
npx -y skills add lennney/gate-all-skills --skill ai-git-workflowAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
AI Git 操作 / AI git workflow. 用户说"帮我 commit"、"提个 PR"、"push 一下"、"git 操作"时加载。在后台生成 commit message / PR 描述,用户确认后执行。
SKILL.md
0.5 KB, as published. Nobody here has run it
帮用户处理 Git 操作:
Commit: git diff --cached 看完自动写 message,给用户确认
PR: 基于 git log main..HEAD 生成描述
冲突: 分析两边改动意图,合并后让用户验证