Loading...
Loading...
[AUTO-INVOKE] MUST be invoked BEFORE creating git commits, PRs, or code reviews. Covers Conventional Commits, PR templates, review requirements, and AI-assisted development rules. Trigger: any task involving git commit, git push, PR creation, or code review.
npx skill4agent add 0xlayerghost/solidity-agent-kit git-workflow<type>: <short description>| Type | When to use |
|---|---|
| New feature or contract |
| Bug fix |
| Code restructure without behavior change |
| Add or update tests |
| Documentation changes |
| Build config, dependency updates, toolchain |
| Security fix or hardening |
git diffgit add ..envCo-Authored-Bygit push| Pattern | Example |
|---|---|
| |
| |
| |
| Section | Content |
|---|---|
| Change description | What was changed and why |
| Test results | |
| Gas impact | |
| Deployment impact | Does this affect deployed contracts? Migration needed? |
| Review focus | Specific areas that need careful review |
| Scenario | Requirement |
|---|---|
| Standard changes | Minimum 1 maintainer approval |
| Security-related changes | Minimum 2 maintainer approvals |
| AI-generated code | Must pass manual review + |
| Contract upgrades | Requires full team review + upgrade simulation on fork |
forge testforge fmt