一键导入
runbook-generator
Runbook Generator
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Runbook Generator
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Agent Designer - Multi-Agent System Architecture
Agent Workflow Designer
Multi-agent collaboration plugin that spawns N parallel subagents competing on the same task via git worktree isolation. Agents work independently, results are evaluated by metric or LLM judge, and the best branch is merged. Use when: user wants multiple approaches tried in parallel — code optimization, content variation, research exploration, or any task that benefits from parallel competition. Requires: a git repo.
API Design Reviewer
GitHub Actions workflow design and hardening. Use when: creating CI/CD pipelines, securing workflows, optimizing build times, adding tests to pipelines, fixing workflow failures, working with .github/workflows/.
Codebase Onboarding
| name | runbook-generator |
| description | Runbook Generator |
Tier: POWERFUL
Category: Engineering
Domain: DevOps / Site Reliability Engineering
Generate operational runbooks quickly from a service name, then customize for deployment, incident response, maintenance, and rollback workflows.
# Print runbook to stdout
python3 scripts/runbook_generator.py payments-api
# Write runbook file
python3 scripts/runbook_generator.py payments-api --owner platform --output docs/runbooks/payments-api.md
scripts/runbook_generator.py.references/runbook-templates.md