fusion-issue-author-bug

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Author Bug Issue

作者缺陷Issue

Dependency

依赖

Requires
fusion-issue-authoring
as the top-level orchestrator for classification, shared gates, and publish flow.
需要将
fusion-issue-authoring
作为顶层编排器,用于分类、共享关卡和发布流程。

When to use

使用场景

Use this skill when the request is about broken behavior, regressions, crashes, or unexpected results.
当请求涉及功能异常、回归问题、程序崩溃或非预期结果时使用此skill。

When not to use

不适用场景

Do not use this skill for feature requests, user stories, or generic enablement tasks.
请勿将此skill用于功能需求、用户故事或通用启用任务。

Required inputs

所需输入

  • Bug context (observed behavior, expected behavior, impact)
  • Reproduction information (if available)
  • Environment context
  • 缺陷上下文(观察到的行为、预期行为、影响)
  • 复现信息(若有)
  • 环境上下文

Instructions

操作说明

  1. Confirm routed type is
    Bug
    .
  2. Draft locally in
    .tmp/BUG-<context>.md
    .
  3. Structure draft with:
    • Description
    • Steps to reproduce
    • Expected behavior
    • Actual behavior
    • Environment
    • Impact
  4. Validate the draft has enough reproduction detail for triage.
  5. Return the draft summary for orchestrator review/publish flow.
Template fallback:
  • skills/fusion-issue-author-bug/assets/issue-templates/bug.md
  1. 确认路由类型为
    Bug
  2. .tmp/BUG-<context>.md
    路径下本地起草。
  3. 草稿结构需包含:
    • 描述
    • 复现步骤
    • 预期行为
    • 实际行为
    • 环境信息
    • 影响范围
  4. 验证草稿包含足够的复现细节,可供分类处理。
  5. 返回草稿摘要,供编排器审核/走发布流程。
兜底模板:
  • skills/fusion-issue-author-bug/assets/issue-templates/bug.md

Expected output

预期输出

  • Draft file path in
    .tmp/
  • Proposed title/body summary
  • Bug-specific triage notes (repro clarity + impact)
  • 位于
    .tmp/
    目录下的草稿文件路径
  • 提议的标题/正文摘要
  • 缺陷专属分类说明(复现清晰度+影响范围)

Safety & constraints

安全与约束

Do not perform mutation directly; mutation stays in
fusion-issue-authoring
.
请勿直接执行变更操作;变更操作统一在
fusion-issue-authoring
中处理。