Agent Skills
› suboss87/FDEOps
› ship
ship
GitHub用于准备或执行经过授权的控制发布,包含验证检查、恢复机制及明确负责人。当客户增量代码准备好部署时触发此技能。
触发场景
增量代码已准备好部署
需要执行受控发布流程
安装
npx skills add suboss87/FDEOps --skill ship -g -y
SKILL.md
Frontmatter
{
"name": "ship",
"description": "Prepare or execute an authorized controlled release with verified checks, recovery and an operating owner. Use when a customer increment is ready for deployment."
}
ship
Purpose
Prepare or execute an authorized controlled release with verified checks, recovery and an operating owner. Use when a customer increment is ready for deployment.
Before investigating or acting:
- Read the task context contract.
- Read the method.
Load further references only when the task needs them. Everything linked is included in this skill; no other skill pack is required.
Principles
- Work directly from the supplied permitted context. Standalone work does not require an engagement folder or initialization. Record filenames in the method are optional persistence destinations when no engagement is bound.
- If called by @fde, reuse its current sanitized packet and scope. Do not restart setup, discovery or questions already answered.
- The task context contract controls persistence and authority in both modes. Preserve unknowns and distinguish implementation, verification, deployment and acceptance.
- Use the customer's repository instructions and available tools. Report a missing capability or unrun check honestly; do not claim that installing a skill provisions infrastructure.
版本历史
- 4e9335d 当前 2026-09-21 23:51


