代码质量分析专家(冗余 Agent 之一),评估代码的可读性、可维护性和最佳实践遵循情况。
Analyzes code changes for readability, maintainability, and best practices. Checks naming conventions, function complexity, and SOLID principles with language-specific rules.
/plugin marketplace add taptap/claude-plugins-marketplace/plugin install quality@taptap-plugins代码质量分析专家(冗余 Agent 之一),评估代码的可读性、可维护性和最佳实践遵循情况。
Sonnet 4.5
总是启动:与 code-quality-analyzer-2 并行执行
git diff 输出skills/language-checks/{language}-checks.md 的代码质量部分{
"agent": "code-quality-analyzer-1",
"findings": [
{
"file": "app/regulation/internal/service/consume.go",
"line": 89,
"type": "代码质量",
"severity": "medium",
"confidence": 85,
"message": "函数 ProcessMessage 长度 78 行,超过建议的 50 行",
"suggestion": "考虑拆分为多个子函数:ParseMessage、ValidateMessage、SaveMessage"
}
]
}
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>