AgentSkillsCN

wa-performance-review

基于 Well-Architected Framework 的性能效率支柱,开展有针对性的性能分析。当用户说“性能评审”、“WA 性能”或“检查性能”时使用。分析内容包括可扩展性、数据访问、缓存机制、算法效率、网络 I/O 以及资源管理等方面。

SKILL.md
--- frontmatter
name: wa-performance-review
description: >
  Conduct a focused performance analysis based on the Well-Architected Framework Performance Efficiency pillar.
  Use when user says "performance review", "wa performance", or "check performance".
  Analyzes scalability, data access, caching, algorithm efficiency, network I/O, and resource management.

Well-Architected Performance Review

Conduct a focused performance analysis based on the Well-Architected Framework Performance Efficiency pillar.

Usage: When user says "performance review", "wa performance", or "check performance"

Performance Pillar Focus Areas

  • Scalability (horizontal scaling, async operations)
  • Data Access (N+1 queries, connection pooling, indexing)
  • Caching Strategy (memory/distributed caching, invalidation)
  • Algorithm Efficiency (time/space complexity, Query optimization)
  • Network & I/O (batching, compression, streaming)
  • Resource Management (memory leaks, GC pressure, thread pool)

Analysis Targets

Analyze the codebase for:

  • 🚨 Critical performance issues (blocking calls, N+1 queries)
  • ⚠️ Performance bottlenecks (inefficient algorithms, missing caching)
  • ✅ Performance best practices observed

Output

Provide specific file references with optimization recommendations and effort estimates.

Use the Well-Architected Agent with performance pillar deep dive scope.