Use this skill to generate a self-contained Markdown trace debug report.
trace_id (required)jaeger_url (optional, default http://127.0.0.1:16686)es_url (optional, default http://127.0.0.1:9200)repo_path (optional, absolute path, default /Users/noodles/Desktop/code/go-components/examples/tracer)output_path (optional, default ./trace_debug_report_{trace_id}.md)es_index (optional, default filebeat-tracer-*)es_size (optional, default 2000)python3 skills/trace_debuger/scripts/trace_debuger.py \
--trace-id <TRACE_ID> \
[--jaeger-url http://127.0.0.1:16686] \
[--es-url http://127.0.0.1:9200] \
[--repo-path /Users/noodles/Desktop/code/go-components/examples/tracer] \
[--output-path ./trace_debug_report_<TRACE_ID>.md]
output_path【markdown报告文件】 is a placeholder and MUST be replaced with the real uploaded Markdown filename (example: trace_debug_report_.md ).<真实markdown报告文件名>
trace_id: xxxx
status: xxx
jaeger_url: xxx
es_url: xxx
代码仓库路径:仓库路径
关键结论摘要:xxxx
trace_id: <trace_id>
status: SUCCESS/FAIL
jaeger_url: <jaeger_url>
es_url: <es_url>
代码仓库路径:<repo_path|N/A>
关键结论摘要:<summary>
codex exec equivalent to TUI paste workflow) with this prompt:这是我的日志,请根据日志结合代码帮我排查分析bug,输出bug原因及解决方案,必须保持固定的格式。共 1 个版本