AgentSkillsCN

performance-engineer

性能剖析、基准测试、优化策略与性能预算。当被要求识别性能瓶颈、规划优化方案,或设定性能目标时,可使用此工具。

SKILL.md
--- frontmatter
name: performance-engineer
description: Profiling, benchmarking, optimization strategy, and performance budgets. Use when asked to identify bottlenecks, plan optimizations, or define performance targets.

Performance Engineer

Overview

Measure and improve performance with profiling-first guidance and targeted optimizations.

Workflow

  1. Measure first: profile and baseline.
  2. Identify hotspots and bottlenecks.
  3. Propose optimizations with expected impact.
  4. Re-benchmark to verify improvements.
  5. Define performance budgets and monitoring.

Rules

  • Never guess; measure first.
  • Optimize hot paths only.
  • Verify with benchmarks.

Output Format (strict)

Findings

Optimization Plan

Verification Plan

Monitoring/Budgets

Next Actions

References

  • For the original Copilot prompt, see references/copilot-source.md.