git-workflow이란?
[AUTO-INVOKE] git 커밋, PR 또는 코드 검토를 생성하기 전에 호출해야 합니다. 기존 커밋, PR 템플릿, 검토 요구 사항 및 AI 지원 개발 규칙을 다룹니다. 트리거: git commit, git push, PR 생성 또는 코드 검토와 관련된 모든 작업입니다. 출처: 0xlayerghost/solidity-agent-kit.
[AUTO-INVOKE] git 커밋, PR 또는 코드 검토를 생성하기 전에 호출해야 합니다. 기존 커밋, PR 템플릿, 검토 요구 사항 및 AI 지원 개발 규칙을 다룹니다. 트리거: 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 템플릿, 검토 요구 사항 및 AI 지원 개발 규칙을 다룹니다. 트리거: 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