スキル一覧に戻る
hiromaily

solidity-development

by hiromaily

solidity-developmentは、other分野における実用的なスキルです。複雑な課題への対応力を強化し、業務効率と成果の質を改善します。

120🍴 32📅 2026年1月22日
GitHubで見るManusで実行

SKILL.md


name: solidity-development description: Solidity smart contract development workflow. Use when modifying smart contracts in apps/erc20-token/contracts/.

Solidity Development Workflow

Workflow for Solidity smart contract changes.

Prerequisites

Use git-workflow Skill for branch management, commit conventions, and PR creation.

Applicable Directories

PathDescription
apps/erc20-token/contracts/Smart contract source files
contracts/ABI files

Verification Commands

cd apps/erc20-token
npm install           # Install dependencies
truffle compile       # Compile contracts
truffle test          # Run tests
npm run lint          # Lint Solidity code

Self-Review Checklist

Code Quality

  • Follows Solidity best practices
  • Gas optimization considered
  • Proper visibility modifiers
  • Events emitted for state changes

Security

  • No reentrancy vulnerabilities
  • Integer overflow/underflow protection
  • Access control properly implemented
  • No hardcoded addresses

Testing

  • Unit tests cover all functions
  • Edge cases tested
  • Gas consumption verified

ABI Generation

After contract changes:

# 1. Compile
cd apps/erc20-token
truffle compile

# 2. Update ABI
cp build/contracts/Token.json ../../contracts/token.abi

# 3. Regenerate Go bindings (if needed)
make gen-abi
  • ETH (Ethereum)
  • ERC20 (Token standard)
  • git-workflow - Branch, commit, PR workflow
  • github-issue-creation - Task classification

スコア

総合スコア

75/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

+5
最近の活動

1ヶ月以内に更新

+10
フォーク

10回以上フォークされている

+5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

レビュー

💬

レビュー機能は近日公開予定です