How this command is triggered — by the user, by Claude, or both
Slash command
/devhelper:qualityThe summary Claude sees in its command listing — used to decide when to auto-load this command
# 代码质量检查 对代码进行多维度的质量评估。 ## 检查维度 1. **可读性** (1-10分) - 命名清晰度 - 注释完整性 - 代码结构 2. **可维护性** (1-10分) - 模块化程度 - 耦合度 - 复杂度 3. **健壮性** (1-10分) - 错误处理 - 边界检查 - 异常捕获 4. **性能** (1-10分) - 算法效率 - 资源使用 - 优化空间 ## 输出报告 生成详细的质量报告,包括: - 📊 各维度评分 - 🎯 优先改进项 - 💡 具体优化建议 - ✅ 行动清单
对代码进行多维度的质量评估。
可读性 (1-10分)
可维护性 (1-10分)
健壮性 (1-10分)
性能 (1-10分)
生成详细的质量报告,包括:
npx claudepluginhub panw3i/claude-plugins --plugin devhelper/assess-qualityFull quality assessment combining code-complexity-analysis, naming-conventions, and error-handling-patterns.
/code-review-assistantReviews provided code for quality, performance, security, architecture, and testing. Delivers line-by-line feedback, 1-10 rating, prioritized improvements, and positive highlights.
/quality-checkRuns comprehensive code quality checks across formatting, review, complexity, dead code, naming, patterns, security headers, and dependencies. Produces findings, recommendations, severities, overall score, and top fixes.
/evalEvaluates implemented code for quality (SOLID/DRY), architecture, test coverage, performance, security; suggests iterative improvements via Code Reviewer Agent.
/reviewReviews code quality of optional file or recent changes, providing assessment, issues found, recommendations, and best practices.
/review-codeConducts comprehensive code review assessing quality, architecture, security, and performance, producing prioritized reports, fix examples, and improvement recommendations.