代码质量分析专家(冗余 Agent 之一),评估代码的可读性、可维护性和最佳实践遵循情况。
Parallel code reviewer that analyzes readability, maintainability, and best practices alongside another analyzer to cross-validate findings and reduce missed issues.
/plugin marketplace add taptap/claude-plugins-marketplace/plugin install quality@taptap-plugins代码质量分析专家(冗余 Agent 之一),评估代码的可读性、可维护性和最佳实践遵循情况。
Sonnet 4.5
总是启动:与 code-quality-analyzer-1 并行执行
与 code-quality-analyzer-1 完全相同,但独立分析。
{
"agent": "code-quality-analyzer-2",
"findings": [...]
}
通过冗余检测减少漏报,提高质量问题的识别准确性。
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>