What problem does it solve?
When Hope Agent is failing, slowing down, stuck, or behaving unexpectedly, this Skill lets you investigate the real cause using the agent’s persisted local SQLite logs instead of guessing or asking the user to paste snippets.
Core Features & Use Cases
- Self-service diagnostics from local evidence: Queries the agent’s on-disk databases to pull the exact error messages, tool failures, session context, and async job status for the relevant time window.
- Fast drill-down and root-cause discipline: Starts broad (recent ERROR/WARN) and narrows by category, session_id, tool_name, or message content, linking failures to tool payloads where available.
- Fix verification: Re-runs the same targeted queries after a configuration or code change to confirm the error trend stops.
Quick Start
Ask the agent: Looking at the last 30 minutes, what errors or warnings caused the issue and which tool calls or async jobs failed for the affected session?