Agent Skills
› katanemo/plano
› plano-observability-debugging
plano-observability-debugging
GitHub用于优化Plano系统的可观测性与调试工作流,涵盖追踪采样、Span属性配置及基于Trace的根因分析。适用于排查路由错误、延迟问题及验证追踪配置的正确性。
Trigger Scenarios
Enable tracing correctly
Add useful span attributes
Debug why a request routed incorrectly
Inspect filter/model latency from traces
Install
npx skills add katanemo/plano --skill plano-observability-debugging -g -y
SKILL.md
Frontmatter
{
"name": "plano-observability-debugging",
"license": "Apache-2.0",
"metadata": {
"author": "katanemo",
"version": "1.0.0"
},
"description": "Improve Plano tracing and debugging workflows. Use for sampling strategy, span attributes, and trace query-based root-cause analysis."
}
Plano Observability and Debugging
Use this skill to make routing and latency behavior inspectable and debuggable.
When To Use
- "Enable tracing correctly"
- "Add useful span attributes"
- "Debug why a request routed incorrectly"
- "Inspect filter/model latency from traces"
Apply These Rules
observe-tracingobserve-span-attributesobserve-trace-query
Execution Checklist
- Enable tracing with environment-appropriate sampling.
- Add useful static and header-derived span attributes.
- Use
planoai tracefilters to isolate route and latency issues. - Prefer trace evidence over assumptions in recommendations.
- Return exact commands to reproduce and validate findings.
Version History
- 0.4.26 Current 2026-07-06 00:27


