with one click
deep-dive
Trace→deep-interview pipeline for deep investigation
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.
Menu
Trace→deep-interview pipeline for deep investigation
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.
Diagnose and fix build/CI failures automatically
Concurrent code generation via multi-model picker
UI/UX design and frontend component generation
OMP self-improvement — analyse own skills/agents and propose improvements
Visual diff/screenshot comparison verdict
Clone and adapt a web page/design to the codebase
Based on SOC occupation classification
| name | deep-dive |
| description | Trace→deep-interview pipeline for deep investigation |
| trigger | deep-dive:, /deep-dive, /omp:deep-dive |
| autoinvoke | false |
| Field | Value |
|---|---|
| ID | deep-dive |
| Keywords | deep-dive:, /deep-dive |
| Tier | Planning Tool |
| Source | src/skills/deep-dive.mts |
Chains the trace and deep-interview skills into a single pipeline for thorough investigation. First traces execution paths and code flow, then conducts a Socratic deep-interview to surface assumptions, edge cases, and ambiguities. Ideal for complex debugging sessions, architecture reviews, and unfamiliar codebases.
interface SkillInput { trigger: string; args: string[]; }
interface SkillOutput { status: "ok" | "error"; message: string; }
export async function activate(input: SkillInput): Promise<SkillOutput>
export function deactivate(): void
Extension-only skill. Triggers a trace→deep-interview chained pipeline in Copilot. The CLI prints guidance directing users to the Copilot CLI slash command.