Verifies a POST-EXECUTION deployment PR for arm-oeth (Foundry framework): confirms every deployed contract is listed in the PR description, that the on-chain verified source matches the codebase via `make match`, that constructor args match the deploy script's `_execute()`, that any proxy initialize/interaction matches the script, and that the on-chain GOVERNANCE proposal (and/or multisig upgrade) matches the script's `_buildGovernanceProposal()`. Emits a full report plus a short, GitHub-pasteable MD summary file. Use when asked to review, verify, audit, or sign off on an executed deployment PR. Invoke explicitly with /verify-deployment-pr <PR#>.
Handles git commits with auto-staging, pre-commit formatting, and Conventional Commit messages. Use this skill whenever the user says commit it, commit this, commit changes, commit, or any phrase requesting a git commit. Also trigger when the user asks to save my changes or push this in a git context.
Multi-pass Solidity security review. Activates on: review, audit, check, scan, or any security analysis of .sol files. Does NOT activate on: writing code, creating contracts, implementing features, writing tests, fixing bugs, or answering Solidity questions — Claude handles those natively.