AgentSkillsCN

performance-trace-guide

指导性能跟踪的收集和分析。在中级开发者需要诊断速度缓慢时使用。

SKILL.md
--- frontmatter
name: performance-trace-guide
description: Guide collection and analysis of performance traces. Use when a mid-level developer needs to diagnose slowness.

Performance Trace Guide

Purpose

Guide collection and analysis of performance traces.

Inputs to request

  • Slow endpoint or workflow.
  • Target latency or throughput goals.
  • Tracing tool and environment.

Workflow

  1. Define the slow path and target metrics.
  2. Collect traces with minimal noise and stable load.
  3. Analyze hotspots and propose optimizations.

Output

  • Trace analysis summary and actions.

Quality bar

  • Use representative load and data.
  • Quantify the impact of fixes.