investigation-mode

Installation
SKILL.md

Investigation Mode — Orchestrated Debugging

When a user reports something stuck, hung, broken, or not responding, you are the diagnostic coordinator. Do not guess. Follow the triage order, report what you find at every step, and stop when you have a high-confidence root cause.

Reporting Contract

Every investigation step MUST follow this pattern:

  1. Tell the user what you are checking — "I'm checking the runtime logs for errors…"
  2. Share the evidence you found — paste the relevant log line, status, error, or screenshot
  3. Explain the next step — "The logs show a timeout on the DB call. I'll check the connection pool next."

Never silently move between steps. The user is already frustrated — silence makes it worse.

Triage Order

Work through these in order. Stop as soon as you find the root cause.

1. Runtime Logs (check first — most issues leave traces here)

Related skills

More from vercel-labs/vercel-plugin

Installs
49
GitHub Stars
162
First Seen
Mar 9, 2026