什么是 git-workflow?
[AUTO-INVOKE] 必须在创建 git 提交、PR 或代码审查之前调用。涵盖常规提交、PR 模板、审核要求和人工智能辅助开发规则。触发器:任何涉及 git commit、git push、PR 创建或代码审查的任务。 来源:0xlayerghost/solidity-agent-kit。
[AUTO-INVOKE] 必须在创建 git 提交、PR 或代码审查之前调用。涵盖常规提交、PR 模板、审核要求和人工智能辅助开发规则。触发器:任何涉及 git commit、git push、PR 创建或代码审查的任务。
通过命令行快速安装 git-workflow AI 技能到你的开发环境
来源:0xlayerghost/solidity-agent-kit。
| feat: | New feature or contract | | fix: | Bug fix | | refactor: | Code restructure without behavior change | | test: | Add or update tests | | docs: | Documentation changes | | chore: | Build config, dependency updates, toolchain | | security: | Security fix or hardening |
| feat/ | feat/staking-pool | | fix/ | fix/reentrancy-guard | | refactor/ | refactor/token-structure |
| Change description | What was changed and why | | Test results | forge test output (all pass) | | Gas impact | forge test --gas-report diff for changed functions | | Deployment impact | Does this affect deployed contracts? Migration needed? | | Review focus | Specific areas that need careful review |
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/0xlayerghost/solidity-agent-kit --skill git-workflow[AUTO-INVOKE] 必须在创建 git 提交、PR 或代码审查之前调用。涵盖常规提交、PR 模板、审核要求和人工智能辅助开发规则。触发器:任何涉及 git commit、git push、PR 创建或代码审查的任务。 来源:0xlayerghost/solidity-agent-kit。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/0xlayerghost/solidity-agent-kit --skill git-workflow 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/0xlayerghost/solidity-agent-kit