
from plugins1,043
Diagnostic coordinator skill that triages stuck, hung, or broken systems by checking logs, workflows, browser state, and deployment/environment in a strict, rep
Investigation Mode is an orchestrated debugging coordinator that makes troubleshooting reproducible and transparent. It prescribes a strict triage order—runtime logs, workflow/background job status, browser verification, and deploy/environment checks—and requires the agent to report evidence and next steps at every stage. The skill includes reporting conventions and common root-cause patterns to speed diagnosis.
Trigger this skill when a user reports unresponsiveness, hanging requests, blank pages, failed jobs, or any scenario described by ‘stuck’, ‘hung’, ‘frozen’, or ‘not responding’. It's appropriate for production incident triage, pre-release debugging, and developer-facing support workflows.
Best used with agent runtimes that can run CLI checks, capture logs and screenshots, and follow multi-step procedures (Claude Code, Cursor, Codex CLI, Gemini CLI).
Investigation Mode is a diagnostic coordinator skill for triaging stuck, hung, or broken systems, with a Vercel focus. It provides a clear ordered triage workflow (logs → workflows → browser → deploy), a reporting contract, and TypeScript logging examples. No bundled scripts — purely instructional. Well-written and practical for Vercel users, but narrow in scope.
Clean skill with no security concerns. Comprehensive frontmatter with well-crafted promptSignals including noneOf filters to avoid false triggers (e.g., 'sticky position'). The triage order and reporting contract are well-designed. Lacks scripts directory and references/ — purely SKILL.md based.