amadeus-replay
仓库创建 2026年6月24日最近提交 21 天前SkillHot 收录 20 天前
▸ 精选理由
适合向利益相关者同步决策过程与历史,便于事后复盘与审计。
这个 Skill 做什么
将工作流的审计轨迹和工件整理成可读的会话叙事并在终端输出,不改动状态。
把工作流的审计轨迹和产物整理成好读的会话叙事,向没在现场的利益相关者交代决策顺序、理由和关键节点。只在终端渲染,不写文件也不改状态,适合事后回顾或异步汇报。它不是原始日志的堆砌,而是精炼可读的故事化记录。
▸ 展开 SKILL.md 英文原文
Print a structured session narrative for stakeholders who weren't in the room. Numbers (stage counts, phase rollup, duration) come from `amadeus-runtime.ts summary`; prose comes from the audit trail and artefacts. Renders to the terminal only — writes no file, never mutates workflow state, never emits audit events.
1
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/amadeus-dlc/amadeus/main/.agents/skills/amadeus-replay/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/amadeus-dlc/amadeus/main/.agents/skills/amadeus-replay/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# AI-DLC Session Replay ## Purpose Turn a workflow's audit trail and artefacts into a readable story: what was decided, in what order, and why. For async review, for stakeholders who weren't present, or as a post-session record. Not a raw log dump. ## Classification Read-only. This skill renders the narrative to the terminal and writes **no file**. It never advances the workflow stage pointer and never emits an audit event. ## The counting rule All counts and aggregates — number of stages, per-phase breakdown, duration, approved/failed/pending tallies, learnings captured — come from the tool, not from eyeballing files: ```bash bun .codex/tools/amadeus-runtime.ts summary --json ``` Th
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有