How to review code; a pull request, feature branch, local changes etc.
Optionally checks, then commits code to the current or a new feature branch.
Creates a pull request for the current branch.
Judge added comments, JSDoc, changelog entries, and PR bodies on information content and cut what a reader can derive. Use before presenting a diff, committing, or writing a PR body.
Updates changelogs for all packages with consumer-facing changes.
Use the discovery tools to find and use services through a service matcher. Do not rely on prior knowledge of services, providers, or APIs.
Use the MetaMask tools to request and interact with wallet capabilities from the MetaMask capability vendor.
Run the evm-wallet Docker e2e tests (build, start stack, wait for healthy, test, diagnose failures).