ワンクリックで
runbook
Generate an SRE runbook for a service based on its CloudFormation template and architecture
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Generate an SRE runbook for a service based on its CloudFormation template and architecture
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Generate a monthly capacity and cost report for a service or AWS account, with rightsizing recommendations
Explain what a CloudFormation template does in plain English, including architecture, costs, and access patterns
Review a CloudFormation template for security issues, cost risks, and compliance violations
Assess the blast radius and deployment risk of changes to a CloudFormation template
Generate a rough monthly cost estimate for a CloudFormation template or proposed architecture
Detect and summarise CloudFormation stack drift — differences between deployed resources and their template definitions
| name | runbook |
| description | Generate an SRE runbook for a service based on its CloudFormation template and architecture |
Generate a production runbook for the service described in the currently open template or file.
If a CloudFormation template is open, use it to understand the architecture. If no template is open, ask: "Which service should I generate a runbook for? Please describe its components or open its CloudFormation template."
Use the cloudformation MCP tool if available to check the deployed stack status.
Service: [name] Team: [team] On-call rotation: [link or team name] Escalation contact: [who to call if you can't resolve in 30 minutes] SLO: [availability target, e.g. 99.9%] Tier: [P0/P1/P2/P3]
[2-3 sentences: what this service does, who uses it, what breaks if it goes down]
[Text diagram of the key components and how they connect]
Key resources:
What it means: [plain English] Severity: P0/P1/P2 First response (first 5 minutes):
[Repeat for each likely alert based on the architecture]
# Commands to trigger a deployment
# Exact commands to roll back — CloudFormation changeset rollback or ECS force-new-deployment
# Commands to adjust capacity
# Commands to verify the service is healthy
# How to connect via SSM Session Manager + port forwarding
# NEVER via direct SSH or public RDS access
#inc-[service]-[YYYY-MM-DD]#incidents: "Investigating [alert name] on [service]-[env]"[Link to your post-mortem template]
| Config item | Location | How to update |
|---|---|---|
| App config | SSM Parameter Store: /[env]/[service]/ | Update SSM, then redeploy |
| Secrets | Secrets Manager: [env]/[service]/ | Rotate via console or CLI |
| Feature flags | [Location] | [How] |
Last updated: [date] by [team] Template source: Kiro /runbook skill
After generating the runbook, note any gaps where the architecture doesn't have runbook entries (e.g., no alert names defined yet, no dashboard configured). List these as TODO items at the end.