zhucl1006/ailesuperpowers

aile-delivery-report

面向团队工作流的交付报告技能(阶段4)。生成 PR Description(引用计划/设计/验证项),并(可选)同步 Jira Story 。

First seen Feb 14, 2026

Installation

$ npx skills add zhucl1006/ailesuperpowers --skill aile-delivery-report

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from zhucl1006/ailesuperpowers · top by installs.

npx skills add zhucl1006/ailesuperpowers

Browse all from zhucl1006/ailesuperpowers

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 1
License LICENSE
Default branch main
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,752 B
  • docs SUMMARY.md 181 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 25 installs

SKILL.md

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

来源原 Skill

  • 来源:superpowers 交付收尾能力(已迁移为 aile-only)
  • 策略:保留收尾决策与交付说明结构,并强化团队 PR/Jira 契约。

概述

本技能在提交 PR 时使用,目标是让 CR/QA/PM 在一个入口完成验收:

  • PR 必须引用计划与设计产物
  • PR 必须声明验证项(测试/构建等)

-(可选)自动把 PR 链接回写 Jira,并流转状态

工作流程概览

项目初始化:project-docs-init(创建文档)
      ↓
需求分析:aile-requirement-analysis(结构化需求分析  + 更新文档)
      ↓
计划制定:aile-writing-plans(设计 + 计划)
      ↓
执行开发:aile-executing-plans 或 aile-subagent-dev(按计划执行 + 人工检查点)
      ↓
交付总结:aile-delivery-report(整理交付材料 + 回链 Story)

输出契约

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(勾选项)

执行流程

  1. 从 analysis.md 提取 Story-Key 与计划引用
  2. 按模板生成 PR Description(可直接粘贴到 PR 平台)

3.(可选)若启用 Jira MCP: - 在 Story Comment 贴 PR 链接并 @mention 开发负责人

  1. Jira状态变更时调用 jiraupdateissue 更新对应 Story 的状态字段为 developed