什麼是 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