返回 Skill 列表
extension
分类: 开发与工程无需 API Key

boy-scout-skill

审查并改进现有的任务分析计划,应用童子军原则(让代码比你发现时更好)。当用户希望改进实施计划、审查质量分析、为计划中的变更建议安全/性能/用户体验改进,或完善现有的任务分析技能输出时使用。

person作者: jakexiaohubgithub

Workflow

  1. Ask the user for the analysis name
  2. Search the codebase for the task-analysis-skill's analyses folder and read the specified analysis
  3. Read through the files in the codebase mentioned in the analysis for additional context
  4. Ask the user if they have their own insights or concerns about the analysis
  5. Apply the improvement rules below
  6. Create a copy named [existing-analysis-name]-improved in the same folder as the original analysis

Improvement Rules

  1. Understand the business case of the project
  2. Suggest improvements to the analysis under consideration
  3. Identify what could be done better in the approach
  4. Propose code improvements for long-term maintainability
  5. Flag security and performance issues that can be addressed alongside the planned changes
  6. Suggest product improvements for end users
  7. Identify UX issues that can be resolved