amadeus-security-patch

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

适合快速、确定性地驱动安全补丁响应流程。

▸ 风险提示

会执行本地脚本并可能修改代码或提交,注意权限与变更。

这个 Skill 做什么

以 security‑patch 固定作用域运行 AI‑DLC,跳过作用域探测用于 CVE 响应。

把 AI-DLC 的作用域直接定死为 security‑patch,用来应对 CVE 和紧急补丁时的一键流程。它会跳过作用域探测,沿着确定性的转发环路执行,首条指令里会带出 conductor persona,方便接手人按角色行动。内部等同于调用 /amadeus --scope security-patch,适合需要快速、可复现的安全修补响应场景。

▸ 展开 SKILL.md 英文原文

Run the AI-DLC workflow with the security-patch scope baked in — no scope detection. CVE response. Packaging over `/amadeus --scope security-patch`, which works without this skill.

开发编程安全修复作用域固定CVECodex
1
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/amadeus-dlc/amadeus/main/.agents/skills/amadeus-security-patch/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/amadeus-dlc/amadeus/main/.agents/skills/amadeus-security-patch/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# AI-DLC — security-patch scope

Drive the AI-DLC engine with the **security-patch** scope fixed. This is the same
deterministic forwarding loop the `/amadeus` orchestrator runs, with `--scope
security-patch` baked into the first `next` so scope detection is skipped. The
engine owns all routing; the conductor persona arrives on the first directive's
`conductor_persona` field — adopt it for the whole run.

## The loop

1. `directive = bun .codex/tools/amadeus-orchestrate.ts next --scope security-patch $ARGUMENTS`
2. Act on `directive.kind` exactly as the orchestrator does (run-stage / ask / print / error / done) — see `amadeus-common/protocols/stage-protocol.md`.
3. `bun .codex/tools/amadeus-
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有