acceptance-orchestrator

仓库创建 2026年1月15日最近提交 3 小时前SkillHot 收录 3 小时前
▸ 精选理由

适合希望把开发交付流程自动化并追求可验证 DoD 的团队。

▸ 风险提示

可能需要对仓库、部署环境或 CI 系统的写入权限。

这个 Skill 做什么

从任务接收到验收证明全流程编排、执行与验证。

把一个开发任务从接收工单一路推进到最后的验收证据收集和验证,全流程自动编排并尽量少让人插手。会在你希望把事情做到真正能被验收(DoD proven)才算完成的时候用,而不是只看代码有没有改过。特别之处是把工作当状态机管理,自动记录证据、处理升级并确认验收标准是否满足。

▸ 展开 SKILL.md 英文原文

Use when a coding task should be driven end-to-end from issue intake through implementation, review, deployment, and acceptance verification with minimal human re-intervention.

自动化集成验收编排CI/CD自动化通用
4.4w
Stars
6.5k
Forks
40
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/sickn33/agentic-awesome-skills/main/skills/acceptance-orchestrator/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/sickn33/agentic-awesome-skills/main/skills/acceptance-orchestrator/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Acceptance Orchestrator

## Overview

Orchestrate coding work as a state machine that ends only when acceptance criteria are verified with evidence or the task is explicitly escalated.

Core rule: **do not optimize for "code changed"; optimize for "DoD proven".**

## When to Use
- The task already has an issue or clear acceptance criteria and should run end-to-end with minimal human re-intervention.
- You need structured handoff across implementation, review, deployment, and final verification.
- You want explicit stop conditions and escalation instead of silent partial completion.

## Required Sub-Skills

- `create-issue-gate`
- `closed-loop-delivery`
- `verification-before-completion`

O
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有