ethereum-optimism
- 13 skills
- 0 followers
- 10 hours ago last updated
- ▌ Release And Rollout · ethereum-optimismHow a change in this repo actually reaches CI - the two tag series, cutting a v* source tag, publishing an orb version, and bumping consumer pins. Read this before or after merging any fix that needs to run in production CI.
- ▌ Actions Sdk Integration · ethereum-optimism bundleIntegrate the Optimism Actions SDK into a TypeScript application. Handles wallet provider setup (Privy, Turnkey, Dynamic), DeFi provider configuration (Morpho, Aave lending), chain and asset selection, and smart wallet creation. Use when the developer wants to add DeFi capabilities like lending, borrowing, swaps, or payments to their app.
- ▌ Actions CLI · ethereum-optimism bundleInvoke the Actions SDK from the shell - query assets/chains, derive an EOA address from a PRIVATE_KEY env var, read balances. Use when an agent needs to interact with the Actions SDK without embedding TypeScript.
- ▌ Mark Task Executed · ethereum-optimismMark one or more superchain-ops tasks as EXECUTED by updating each task README's Status line to link the on-chain execution transaction, then open a PR. Use when a task (or batch of tasks) has been executed on-chain and someone shares the execution tx hash(es).
- ▌ Fix Check Superchain Registry · ethereum-optimismDiagnose and fix a failing `check_superchain_registry` CircleCI job on superchain-ops, typically caused by the pinned lib/superchain-registry submodule drifting from upstream main.
- ▌
- ▌ Create Pr · ethereum-optimismOpen a pull request in the Optimism monorepo after you commit the change locally — run the review agents that apply to the diff, test, rebase, write a description that gives the reason for the change, create the PR, then watch CI. Use when asked to open, create, raise, or submit a PR, or to push a branch for review.
- ▌ Update Reth · ethereum-optimismUpdate the pinned upstream reth dependency across the Rust workspaces — pin bump, shared dependency sync, compile-and-adapt loop, full verification, and PR. Use when asked to bump, update, or upgrade reth (e.g. "update to reth v2.4.0").
- ▌
- ▌ Release Notes · ethereum-optimism bundleWrite the release notes for an OP Stack component using the house style. Use when asked to write, polish, tidy, or finalize release notes, to clean up a draft GitHub release, or to prepare notes before publishing a release.
- ▌ Watch Reviews · ethereum-optimismWatch a PR for review activity in the background and act only on feedback from ethereum-optimism org members with write access. Use when asked to watch, poll, or wait for reviews/review comments on a PR, or to report back when a review lands.
- ▌ Run Acceptance Tests · ethereum-optimismBuild dependencies and run acceptance tests locally in the Optimism monorepo. Handles contracts, cannon prestates, Rust binaries, and optional kona prestate.
- ▌