trace

Orchestrate parallel hypothesis evaluation and rank evidence for observed results.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/Jurel89/copilot-omni --skill trace-jurel89
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: trace
Source: https://github.com/Jurel89/copilot-omni/tree/main/skills/trace
Command: npx skills add https://github.com/Jurel89/copilot-omni --skill trace-jurel89

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides an evidence-driven tracing lane to help solve complex problems by orchestrating competing tracer hypotheses in parallel.

Core Features & Use Cases

  • Parallel Tracing: Concurrently explores multiple explanations for a given observation.
  • Evidence Collection: Gathers and ranks evidence for and against each hypothesis.
  • Causal Analysis: Helps explain the 'why' behind observed results in various scenarios.
  • Use Case: When dealing with ambiguous, causal, evidence-heavy questions, such as runtime bugs, performance issues, or architectural analysis.

Quick Start

To use the trace skill, provide an observation and run /copilot-omni:trace <observation to trace>.

Frequently Asked Questions about trace

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is evidence-driven tracing for complex problem-solving?

Evidence-driven tracing is a method that concurrently evaluates multiple competing hypotheses for a given observation, collecting and ranking evidence to explain the root cause of complex problems like runtime bugs or performance issues.

How do I troubleshoot ambiguous runtime bugs using hypothesis testing?

You can troubleshoot ambiguous runtime bugs by running the trace skill with your observation, which orchestrates parallel hypothesis testing to gather and rank evidence for and against each potential causal explanation.

Can I use parallel tracing for performance analysis and causal investigation?

Yes, parallel tracing is suitable for performance analysis and causal investigation, as it concurrently explores multiple explanations for observed results and ranks the collected evidence to determine the underlying cause.

Does this hypothesis testing approach require any external dependencies or scripts?

No external dependencies are required to use this approach, as the skill operates independently using its internal scripts and references to orchestrate the parallel evaluation of competing tracer hypotheses.

What is the best way to analyze the root cause of an observed performance issue?

The best way to analyze a performance issue is to provide the observation to the trace skill, which concurrently explores multiple explanations and ranks the gathered evidence to reveal why the observed results occurred.

When should I avoid using parallel hypothesis testing for troubleshooting?

You should avoid using parallel hypothesis testing for simple, non-causal problems with obvious solutions, as this approach is specifically designed for ambiguous, evidence-heavy questions requiring complex problem-solving.