Dispatches autonomous subagents to reproduce errors and identify root causes without modifying source code.
The Trace skill enables automated root cause analysis by spawning isolated, read-only subagents dedicated to investigating unknown failures. It systematically collects symptoms, reproduces bugs, and traces causal chains to provide a detailed diagnosis report—including specific file paths, line numbers, and recommended corrections—ready for immediate handoff to fixing agents or human developers. This ensures that complex issues are fully understood before any code modifications are attempted.
主要功能
01306 GitHub stars
02Isolated subagent dispatch for safe investigation
03Read-only environment enforcement to prevent accidental changes
04Task lifecycle integration for persistent progress logging
05Automated reproduction and causal chain analysis
06Structured root cause reporting with confidence levels
使用场景
01Automated diagnostic generation before dispatching fix agents
02Debugging complex interactions across multiple files or systems
03Investigating ambiguous stack traces or silent system failures