缺少相关工单时会直接在 Linear 中创建记录
原文依据:3 处该 Skill 明确要求在写规格前创建不存在的 Linear 工单,并调用具有写入能力的 `save_issue`;它只在团队或标签不明确时要求询问用户,没有要求在创建工单本身之前获得确认。
如果用户只想规划功能或起草本地规格,仍可能在其 Linear 工作区产生真实工单,并触发通知、分派规则、报表或其他自动化。
当相关 Linear 工单不存在时,该 Skill 会要求代理先创建工单,并明确使用具有写入效果的 `save_issue`。只有团队或标签不明确时才要求询问;没有明确要求用户确认创建行为。因而,运行该工作流可能在用户的 Linear 工作区留下未经逐次确认的记录。用户可要求作者把创建改为先展示拟建工单并取得确认,或限制 Skill 仅查询 Linear。
If a relevant Linear issue does not already exist, create one before writing specs. Use the Linear MCP tools directly:- `list_teams` to find the appropriate team- `list_issue_labels` to inspect the expected labels/tags- `save_issue` to create the issue with the appropriate team and labels查看另外 2 个位置
If the correct team or labels are not obvious from the request and surrounding context, use `ask_user_question` to clarify rather than guessing.- `list_issue_labels` to inspect the expected labels/tags- `save_issue` to create the issue with the appropriate team and labels