quality-verify
交付前进行质量验证
此技能提供最终验证,确保交付物符合所有质量标准。它从6个维度进行评估,并生成质量评分及可执行的改进建议。确保在未达到你的标准前不会交付给用户。
下载技能 ZIP
在 Claude 中上传
前往 设置 → 功能 → 技能 → 上传技能
开启并开始使用
测试它
正在使用“quality-verify”。 Use quality-verify to check my React component deliverable
预期结果:
- 质量评分:94/100 - 可交付
- 维度评分:完整性 95,正确性 90,一致性 88,性能 85,安全性 90,可维护性 95
- 发现问题:无
- 总结:各维度质量优秀。组件已可用于生产。
正在使用“quality-verify”。 Verify our API documentation against quality standards
预期结果:
- 质量评分:82/100 - 建议小幅修复
- 维度评分:完整性 90,正确性 85,一致性 80,安全性 90,可维护性 65
- 发现问题:缺少错误响应示例
- 建议:交付前补充错误响应示例
正在使用“quality-verify”。 Check if my feature implementation is ready to ship
预期结果:
- 质量评分:78/100 - 发现小问题
- 维度评分:完整性 85,正确性 80,一致性 75,性能 70,安全性 80,可维护性 75
- 发现问题:数据获取存在性能瓶颈,缺少行内注释
- 总结:质量良好但有可修复问题。建议交付前解决。
安全审计
安全This skill is a pure documentation/prompt file with no executable code, no file system access, no network calls, and no system interactions. All 22 static findings are false positives caused by the scanner misinterpreting markdown syntax, hash identifiers, and documentation text as security-relevant patterns. The human review correctly identified this as safe.
风险因素
🌐 网络访问 (1)
📁 文件系统访问 (1)
质量评分
你能构建什么
交付前代码审查
在发布前验证代码、文档或功能,确保符合团队标准。
文档质量关卡
在发布前检查文档的完整性、准确性和一致性。
质量评估评分
使用客观评分和报告,对交付物应用一致的质量标准。
试试这些提示
Use quality-verify to check if my current deliverable meets quality standards. Report the score and any issues found.
Run a full quality verification across all 6 dimensions: completeness, correctness, consistency, performance, security, and maintainability.
Verify my deliverable against our team quality standards. Load the standards from StandardsRepository and score accordingly.
Give me a quality score with clear recommendations. Should I deliver as-is, make minor fixes, or do major revision?
最佳实践
- 在交付前将此技能作为最后一步以发现问题
- 查看维度评分以识别具体改进领域
- 在所有交付物中一致地应用评分算法
避免
- 在时间压力下跳过质量验证
- 当评分高于 80 时忽视小问题
- 未加载项目特定标准以获得上下文