migration-runbook-generator
把迁移方案整理成 runbook,补齐切换窗口、前置检查、回滚与验收信号。;use for migration, runbook, rollback workflows;do not use for 执行数据库改动, 忽略回滚条件.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/52yuanchangxing/migration-runbook-generatorWhat This Skill Does
The migration-runbook-generator is a specialized OpenClaw agent skill designed to transform raw migration plans into structured, professional, and reliable runbooks. Instead of merely listing steps, this skill proactively identifies critical gaps in your migration strategy, such as ambiguous cutover windows, missing validation signals, or neglected rollback procedures. It acts as an architectural safety net, ensuring that your technical migration documentation adheres to industry best practices for reliability and auditability. By leveraging local resources like spec.json and predefined templates, it forces consistency across your operational documentation while keeping the focus on risk mitigation and clear role assignment.
Installation
To integrate this skill into your environment, run the following command in your terminal or OpenClaw interface:
clawhub install openclaw/skills/skills/52yuanchangxing/migration-runbook-generator
Once installed, the skill will automatically index the local resources directory, enabling it to reference your team's standard migration templates and specifications during the drafting process.
Use Cases
- Drafting comprehensive cutover runbooks for database migrations or service deployments.
- Formalizing manual intervention steps into a structured checklist with clear go/no-go criteria.
- Standardizing rollback procedures to ensure recovery plans are documented and actionable before any change begins.
- Converting informal Slack or email migration plans into compliant technical documentation for incident review and auditing.
Example Prompts
- "I need to migrate our legacy user authentication service to the new OAuth2 platform this weekend. Here are the rough steps: 1. Update DNS, 2. Toggle traffic, 3. Monitor errors. Please turn this into a formal runbook with a rollback strategy."
- "Generate a migration runbook for our database schema update scheduled for the next maintenance window. Include a pre-check section, detailed validation signals, and assign tasks for the DBA and DevOps teams."
- "Review this migration plan for our legacy storage backend. Identify potential risks, gaps in our validation phase, and suggest a fallback plan in case of latency spikes."
Tips & Limitations
- Safety First: This skill is strictly for documentation generation. It does not possess the authority to execute database changes or trigger production deployments. Always perform a manual review of the generated content against your environment's specific constraints.
- Handling Ambiguity: If your provided information is incomplete, the generator will output an 'Outstanding Items' list. Do not proceed until these dependencies are resolved.
- Workflow Design: Use this tool to generate 'Review Drafts' first. Only after team consensus should you finalize the 'Execution Checklist'. This ensures that the migration plan is vetted by stakeholders rather than blindly executed.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-52yuanchangxing-migration-runbook-generator": {
"enabled": true,
"auto_update": true
}
}
}Tags
Flags: file-read
Related Skills
legal-matter-intake-summarizer
把法律相关咨询材料整理成事实、争议点、缺失材料与后续问题,不给法律结论。;use for legal, intake, case-summary workflows;do not use for 提供法律意见结论, 替代律师审查.
template-snippet-switchboard
管理常用模板和片段,按场景、角色、语气、长度切换并维护版本。;use for templates, snippets, writing workflows;do not use for 塞入未经审校的敏感话术, 替代版本管理系统.
sop-refiner
优化已有 SOP,删冗余、补异常路径、补回滚、补质量门槛。;use for sop, process, improvement workflows;do not use for 改变制度权限边界, 跳过安全检查.
handover-memory-pack
为人员离岗或项目交接整理显性与隐性知识,减少信息流失。;use for handover, knowledge-transfer, memory workflows;do not use for 泄露不该交接的密钥, 省略高风险事项.
knowledge-to-playbook
把 FAQ、聊天、零散笔记整理成 SOP / Playbook,补齐异常分支和回滚步骤。;use for playbook, sop, knowledge-base workflows;do not use for 直接执行危险操作, 跳过人工审批节点.