amadeus-performance-validation

仓库创建 2026年6月24日最近提交 20 天前SkillHot 收录 20 天前
▸ 精选理由

适合独立做性能验证或回归测试,快速定位性能问题。

▸ 风险提示

会运行本地测试或负载工具并可能修改环境,需在测试环境执行。

这个 Skill 做什么

在不推进主工作流的情况下单独运行 performance-validation 阶段以执行性能检查。

单独跑 performance-validation 阶段来做性能检查,不会推进主工作流的当前阶段。常在想做一次独立的性能回归或压力验证时用,避免影响正在进行的流程。特别之处是只执行该阶段并提交一个合成 id 对,运行结束后不会改动主流程状态。

▸ 展开 SKILL.md 英文原文

Run the AI-DLC `performance-validation` stage (operation phase) in isolation, without advancing the main workflow. Packages `/amadeus --stage performance-validation --single`: the engine emits one run-stage directive for performance-validation and its gate, the conductor runs it, then the single-stage run commits a synthetic-id pair and stops. The main workflow's Current Stage is never touched.

自动化集成性能验证阶段运行单阶段通用
1
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/amadeus-dlc/amadeus/main/.agents/skills/amadeus-performance-validation/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/amadeus-dlc/amadeus/main/.agents/skills/amadeus-performance-validation/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# AI-DLC Stage Runner — performance-validation

Run the `performance-validation` stage on its own. This is opt-in packaging over
`/amadeus --stage performance-validation --single`; the same stage is always reachable via
that flag without this skill.

## Steps

1. Ask the engine for the single-stage directive:

   ```bash
   bun .codex/tools/amadeus-orchestrate.ts next --stage performance-validation --single
   ```

   The engine emits one `run-stage` directive for `performance-validation` (carrying the
   lead agent, the resolved consumes/produces paths, the rules and sensors in
   context, and — on this first directive — the conductor persona). Run the stage
   exactly as the directive desc
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有