What problem does it solve?
This Skill provides structured, deterministic troubleshooting for failing Mantle read-path operations such as RPC timeouts, call reverts, quote failures, and balance inconsistencies, enabling rapid identification of root causes and bounded next steps without executing state-changing actions.
Core Features & Use Cases
- Failure Capture: Record endpoint, method/tool, parameters, UTC timestamp, and raw error text verbatim to preserve evidence for triage.
- Classification & Playbook: Map errors to categories using the error-signature map and run targeted checks from the troubleshooting playbook to isolate likely causes.
- Actionable Output: Return a root-cause hypothesis with confidence, supporting evidence, the smallest next diagnostic step, and a bounded escalation checklist.
- Use Case: When a Mantle RPC returns intermittent HTTP 429/503 or a DEX quote returns null, run this Skill to determine whether the issue is provider saturation, wrong ABI/params, insufficient liquidity, or a stale block context and get the precise next step to perform.
Quick Start
Run mantle-readonly-debugger on a failing read request that produced an RPC error, call revert, or quote failure to receive a structured diagnostic report.