性能分析专家(冗余 Agent 之一),识别代码中的性能瓶颈和优化机会。
Identifies performance bottlenecks in code changes, including N+1 queries, high algorithmic complexity, memory issues, and concurrency problems. Provides specific optimization suggestions with severity ratings and confidence scores for measurable improvements.
/plugin marketplace add taptap/claude-plugins-marketplace/plugin install quality@taptap-plugins性能分析专家(冗余 Agent 之一),识别代码中的性能瓶颈和优化机会。
Sonnet 4.5
总是启动:与 performance-analyzer-2 并行执行
git diff 输出skills/language-checks/{language}-checks.md 的性能优化部分{
"agent": "performance-analyzer-1",
"findings": [
{
"file": "app/regulation/internal/service/query.go",
"line": 123,
"type": "性能问题",
"severity": "medium",
"confidence": 88,
"message": "在循环中执行数据库查询,存在 N+1 查询问题",
"suggestion": "改为批量查询:使用 IN 语句一次性查询所有需要的数据"
}
]
}
Use this agent when analyzing conversation transcripts to find behaviors worth preventing with hooks. Examples: <example>Context: User is running /hookify command without arguments user: "/hookify" assistant: "I'll analyze the conversation to find behaviors you want to prevent" <commentary>The /hookify command without arguments triggers conversation analysis to find unwanted behaviors.</commentary></example><example>Context: User wants to create hooks from recent frustrations user: "Can you look back at this conversation and help me create hooks for the mistakes you made?" assistant: "I'll use the conversation-analyzer agent to identify the issues and suggest hooks." <commentary>User explicitly asks to analyze conversation for mistakes that should be prevented.</commentary></example>