Skip to main content
Run any Skill in Manus
with one click

inspect-run

Stars5
Forks4
UpdatedJune 23, 2026 at 11:51

Read the full LLM message history (inputs, outputs, tool calls, errors, token usage, stop reasons) for an AIAutoProver run — addressable by its log folder OR by run_id. Use this skill ANY time the user asks something about a specific run that produced an autoProve log — e.g. "why did that run loop", "what error did the model see on retry 5", "how many tokens did it burn", "show me the prompt for the system-analysis call", "what did the code_explorer subagent for X return", "what was the LLM's last response before it died". The events.jsonl only contains metadata; the actual messages live in Postgres and this skill is the way to reach them. Runs are also registered in a run index keyed by run_id — pass a run_id (or use `runs` to list them) when there's no events.jsonl handy. If the user asks about a run but gives you neither a log path nor a run_id, proactively ask which run (point them at ".certora_internal/autoProve/<timestamp>.events.jsonl", the autoProve folder, or a run_id from `inspect_run.py runs`) befo

Installation

Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.

File Explorer
2 files
SKILL.md
readonly