Agent Skills
› suboss87/FDEOps
› rescue
rescue
GitHub用于紧急恢复服务中断、信任危机或项目方向失败的场景。区分诊断与授权的生产环境缓解措施,依据任务上下文合同执行排查和修复。
触发场景
服务中断排查
利益相关者信任丢失
项目方向失败
紧急恢复请求
安装
npx skills add suboss87/FDEOps --skill rescue -g -y
SKILL.md
Frontmatter
{
"name": "rescue",
"description": "Triage an outage, loss of stakeholder trust or a failing engagement direction. Use for urgent recovery; distinguish diagnosis from authorized production mitigation."
}
rescue
Purpose
Triage an outage, loss of stakeholder trust or a failing engagement direction. Use for urgent recovery; distinguish diagnosis from authorized production mitigation.
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


