What problem does it solve?
Bumping the pinned paradigmxyz/reth dependency in the OP Stack Rust workspaces is error-prone: shared dependencies drift, upstream API changes break compilation, and verification steps get skipped. This Skill automates the full bump procedure so the upgrade lands as a single verified commit and PR.
Core Features & Use Cases
- Pin Bump and Sync: Resolves the target reth release tag, commit, or PR, updates the four manifests, and syncs shared dependencies and lockfiles.
- Compile-and-Adapt Loop: Iterates compilation to green, adapting OP Stack code to upstream reth API changes without manual breakage enumeration.
- Verification and PR Workflow: Runs full verification, an AI review including the reth-update-reviewer agent, and ships one commit with a PR to develop.
- Use Case: When a new reth release like v2.4.0 ships, ask the agent to update the pin; it works in an isolated git worktree, adapts the code, verifies everything, and opens the PR.
Quick Start
Ask the agent to update the repository to the latest reth release, for example by saying update to reth v2.4.0.