项目规范审查专家,检查代码变更是否遵循项目编码规范和开发规范。
Reviews code changes against project coding standards and conventions.
/plugin marketplace add taptap/claude-plugins-marketplace/plugin install quality@taptap-plugins项目规范审查专家,检查代码变更是否遵循项目编码规范和开发规范。
Sonnet 4.5
条件性启动:仅当项目根目录存在以下任一文件时启动
CLAUDE.md(优先级最高)CONTRIBUTING.mdREADME.md(需包含编码规范章节)git diff 输出{
"agent": "project-standards-reviewer",
"findings": [
{
"file": "app/regulation/internal/service/consume.go",
"line": 42,
"type": "规范违反",
"severity": "low/medium/high",
"confidence": 85,
"message": "中文「消息」与英文 message 之间缺少空格",
"suggestion": "改为:处理 message 消息"
}
]
}
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>