AgentSkillsCN

operational-runbook-generator

为日常运维任务(扩缩容、补丁更新、版本升级)生成详细且步骤清晰的操作手册,内置回滚机制,确保操作的一致性与安全性。

SKILL.md
--- frontmatter
name: operational-runbook-generator
description: Generates detailed, step-by-step operational runbooks for day-to-day tasks (scaling, patching, updates). Ensures consistency and safety with built-in rollback procedures.
status: implemented

Operational Runbook Generator

This skill ensures that every operational task is documented with professional rigor to prevent human error.

Capabilities

1. Runbook Synthesis

  • Translates high-level requests (e.g., "Rotate the DB keys") into a structured Markdown runbook.
  • Follows the AI-native guidelines in Runbook Best Practices (e.g., code blocks, validation steps).

2. Risk & Rollback Planning

  • Automatically identifies risks associated with the task.
  • Generates specific rollback commands for each step as required by the best practices.

Usage

  • "Generate an operational runbook for upgrading our RDS instance from t3.medium to t3.large."
  • "Create a procedure for annual SSL certificate rotation."

Knowledge Protocol

  • This skill adheres to the knowledge/orchestration/knowledge-protocol.md.
  • References Runbook Best Practices for generating machine-readable and executable operational procedures.