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

task-analysis-skill

在代码库的上下文中分析一个任务(来自Slack消息、Jira票据、截图或口头描述),并制定实施计划。当用户希望分解任务、规划实现方案、分析某个功能应该如何构建,或者为票据创建技术分析文档时使用。

person作者: jakexiaohubgithub

Workflow

  1. Ask the user for task context (Slack messages, Jira ticket info, screenshots, etc.)
  2. Understand the intent of the task
  3. Analyze the codebase for relevant information
  4. Analyze existing features for code structure and testability patterns
  5. Determine whether to adjust an existing feature or create a new one
  6. Write an implementation plan as a markdown file in this skill's analyses/ folder (locate it next to this SKILL.md)
  7. If the branch includes a task slug (e.g. task/HNV3-1579-fe-missing-order-tracking-id), prefix the analysis filename with that task number