aile-delivery-report

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Aile:交付报告(aile-delivery-report)

Aile: Delivery Report (aile-delivery-report)

概述

Overview

本技能在提交 PR 时使用,目标是让 CR/QA/PM 在一个入口完成验收:
  • PR 必须引用计划与设计产物
  • PR 必须声明验证项(测试/构建等) -(可选)自动把 PR 链接回写 Jira,并流转状态
This skill is used when submitting a PR, aiming to allow CR/QA/PM to complete acceptance through a single entry:
  • PR must reference plan and design artifacts
  • PR must declare verification items (testing, building, etc.)
  • (Optional) Automatically write back the PR link to Jira and transition the status

输出契约

Output Contract

PR Description 必须使用模板:
docs-templates/stage3-pr-description-template.md
至少包含:
  • Jira Story Key + 链接
  • Plan Reference:
    docs/plans/{Story-Key}/analysis.md
    (及可选
    design.pencil
  • Change Summary(2-3 句)
  • Verification(勾选项)
PR Description must use the template:
docs-templates/stage3-pr-description-template.md
.
It must include at least:
  • Jira Story Key + link
  • Plan Reference:
    docs/plans/{Story-Key}/analysis.md
    (and optional
    design.pencil
    )
  • Change Summary (2-3 sentences)
  • Verification (checklist items)

执行流程

Execution Flow

  1. analysis.md
    提取 Story-Key 与计划引用
  2. 按模板生成 PR Description(可直接粘贴到 PR 平台) 3.(可选)若启用 Jira MCP:
    • 在 Story Comment 贴 PR 链接并 @mention 开发负责人
  3. Jira状态变更时调用
    jira_update_issue
    更新对应 Story 的状态字段为 developed
  1. Extract Story-Key and plan references from
    analysis.md
  2. Generate PR Description according to the template (can be directly pasted to the PR platform)
  3. (Optional) If Jira MCP is enabled:
    • Post the PR link in the Story Comment and @mention the development lead
  4. When the Jira status changes, call
    jira_update_issue
    to update the status field of the corresponding Story to developed