check-all-items
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chinese检查所有项目 (Check All Items)
Check All Items
此技能提供自动化的最佳实践检查流程,通过扫描本地技能库自动发现并执行所有相关的最佳实践检查,确保项目符合所有已定义的标准。
This skill provides an automated best practice checking process. It automatically discovers and executes all relevant best practice checks by scanning the local skill library, ensuring the project complies with all defined standards.
核心功能
Core Features
自动发现机制
Auto-Discovery Mechanism
- 自动扫描本地技能库,查找所有以"best-practice"结尾的技能
- 无需手动维护最佳实践列表,系统自动识别新增技能
- 支持动态扩展,未来新增最佳实践技能会自动被包含
- Automatically scan the local skill library to find all skills ending with "best-practice"
- No need to manually maintain the best practice list; the system automatically identifies new skills
- Supports dynamic expansion; newly added best practice skills will be automatically included in the future
逐条执行检查
Execute Checks One by One
- 对每个发现的最佳实践技能执行相应的检查
- 按预定义顺序执行,确保依赖关系正确
- 记录每个检查的结果和状态
- Execute corresponding checks for each discovered best practice skill
- Execute in a predefined order to ensure correct dependencies
- Record the results and status of each check
强制验证机制
Mandatory Validation Mechanism
- 所有检查完成后统一强制执行标准化验证指令
- 确保输出结果经过校验,提升一致性和稳定性
- 提供详细的验证报告和修复建议
- Uniformly enforce standardized validation instructions after all checks are completed
- Ensure output results are verified to improve consistency and stability
- Provide detailed verification reports and repair suggestions
使用场景
Usage Scenarios
当您需要:
- 全面检查项目是否符合所有最佳实践
- 确保代码质量和架构一致性
- 在开发过程中验证变更是否破坏最佳实践
- 准备代码审查或部署前进行最终检查
When you need to:
- Conduct a comprehensive check to see if the project complies with all best practices
- Ensure code quality and architectural consistency
- Verify whether changes break best practices during development
- Conduct a final check before preparing for code review or deployment
工作流程
Workflow
1. 自动发现阶段
1. Auto-Discovery Phase
- 扫描技能库目录
- 识别所有best-practice技能
- 验证技能有效性
📖 详细机制请参考:自动发现机制指南
- Scan the skill library directory
- Identify all best-practice skills
- Validate skill effectiveness
📖 For detailed mechanism, please refer to: Auto-Discovery Guide
2. 执行检查阶段
2. Check Execution Phase
- 按优先级顺序执行检查
- 收集每个检查的结果
- 记录发现的问题
📖 执行流程和错误处理请参考:执行工作流程
- Execute checks in priority order
- Collect results of each check
- Record identified issues
📖 For execution flow and error handling, please refer to: Execution Workflow
3. 验证阶段
3. Validation Phase
- 执行标准化校验指令
- 生成综合报告
- 提供修复建议
📖 验证配置和结果处理请参考:验证机制
- Execute standardized validation instructions
- Generate a comprehensive report
- Provide repair suggestions
📖 For validation configuration and result processing, please refer to: Validation Mechanism
技能依赖
Skill Dependencies
此技能会自动调用以下类型的技能:
- :所有最佳实践检查技能
*-best-practice - 验证工具:代码质量检查和测试工具
This skill will automatically call the following types of skills:
- : All best practice checking skills
*-best-practice - Validation tools: Code quality checking and testing tools
输出格式
Output Format
检查报告
Inspection Report
📋 项目最佳实践检查报告
✅ 已检查技能:
- dao-best-practice: 通过
- service-best-practice: 通过
- store-best-practice: 通过
⚠️ 发现问题:
- [技能名]: [具体问题描述]
🔧 修复建议:
- [具体可操作的修复步骤]
📊 验证结果:
- [标准化验证指令的执行结果]📋 Project Best Practice Inspection Report
✅ Checked Skills:
- dao-best-practice: Passed
- service-best-practice: Passed
- store-best-practice: Passed
⚠️ Issues Found:
- [Skill Name]: [Specific Issue Description]
🔧 Repair Suggestions:
- [Specific Operable Repair Steps]
📊 Validation Results:
- [Execution Result of Standardized Validation Instructions]配置选项
Configuration Options
验证指令
Validation Instructions
- 默认执行:
npm run quality - 可自定义:通过技能配置指定其他验证命令
- Default execution:
npm run quality - Customizable: Specify other validation commands via skill configuration
检查范围
Inspection Scope
- 默认:检查所有活跃的best-practice技能
- 可过滤:指定要包含或排除的技能
- Default: Check all active best-practice skills
- Filterable: Specify skills to include or exclude
故障排除
Troubleshooting
常见问题
Common Issues
- 技能未被发现:检查技能名称是否以"best-practice"结尾
- 验证失败:确认项目中存在指定的验证脚本
- 执行超时:检查网络连接或外部服务依赖
- Skill not discovered: Check if the skill name ends with "best-practice"
- Validation failed: Confirm that the specified validation script exists in the project
- Execution timeout: Check network connections or external service dependencies
调试模式
Debug Mode
启用详细日志查看每个检查步骤的执行情况。
Enable detailed logs to view the execution of each check step.
扩展性
Extensibility
添加新最佳实践
Add New Best Practices
- 创建新的技能
*-best-practice - 确保技能符合标准接口
- 系统会自动在下次检查时包含新技能
- Create a new skill
*-best-practice - Ensure the skill complies with the standard interface
- The system will automatically include the new skill in the next check
自定义验证
Custom Validation
修改技能配置中的验证指令以适应项目需求。
Modify the validation instructions in the skill configuration to adapt to project requirements.