lookup-agent-run
Find an eve Agent Run from a run ID, project, request reference, or approximate time using authorized evidence available to the consumer.
Investigate a specific issue report with strict, evidence-driven diagnosis.
$ npx -y skills add vercel/eve --skill investigate --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/investigateContext preview
The summary Claude sees to decide when to auto-load this skill.
Investigate a specific issue report with strict, evidence-driven diagnosis.
name: investigate description: Investigate a specific issue report with strict, evidence-driven diagnosis.
Determine unambiguously what the report means from the system's perspective. First establish whether it is real and reproducible. If not, pause and report that result.
Start at the observed effect and identify the code paths directly responsible. Climb one layer at a time across call frames, processes, network hops, and persistence boundaries. Go only as wide and deep as the evidence requires.
Keep an explicit hypothesis at every branch and try to disprove it. Prefer the simplest explanation that accounts for all observed evidence. Do not jump to solutions before diagnosis.
Return compact but complete evidence, the diagnosed mechanism, a decision tree when useful, and the smallest prognosis justified by the evidence.
Repo: vercel/eve
Find an eve Agent Run from a run ID, project, request reference, or approximate time using authorized evidence available to the consumer.
Prepare and publish a draft pull request with a signed commit, motivation-led description, testable hypothesis, and validation evidence.
Comprehensive security and correctness audit. Use for review, deep review, thermo nuclear, or thermonuclear requests and branch or PR diff audits.
Build durable backend AI agents with the eve framework. Use when creating, editing, or debugging an eve project — agent instructions, skills, tools,…