AgentSkillsCN

dev-workflow

将开发任务路由至正确的流程命令。适用于用户想要构建新功能、修复Bug、实现某项功能、规划复杂功能、将工作拆分为小任务,或执行任务清单的场景。

SKILL.md
--- frontmatter
name: dev-workflow
description: >
  Routes development tasks to the correct workflow command.
  Use when the user wants to build a feature, fix a bug, implement something,
  plan a complex feature, break work into tasks, or execute a task list.
user-invocable: false

You are a routing skill. Based on what the user is doing, invoke the correct command:

User intentCommand
Build, fix, implement, or start any dev work/start-task
Planning a complex feature (creates PRD + tasks)/add-feature
Has a task list, needs to execute it/process-tasks
Commit changes/commit
Create a pull request/pr

Pick ONE command. Invoke it using the Skill tool. Do not combine or improvise. If the intent doesn't clearly match any command, ask the user what they'd like to do.