npx claudepluginhub joshuarweaver/cascade-code-general-misc-1 --plugin tubone24-claude-code-settingsThis skill uses the workspace's default tool permissions.
本番環境の信頼性を維持するためのベストプラクティスとワークフロー。
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
本番環境の信頼性を維持するためのベストプラクティスとワークフロー。
| 領域 | 内容 |
|---|---|
| CI/CD | ビルド、テスト、デプロイ自動化 |
| モニタリング | メトリクス、ログ、トレース |
| アラート | 閾値設定、オンコール |
| インシデント対応 | 検知、対応、ポストモーテム |
| SRE | SLO、エラーバジェット |
# PR時
lint → type-check → test → build → preview deploy
# main マージ時
lint → type-check → test → build → staging deploy → smoke test → prod deploy
可用性 SLO: 99.9%(月間43分のダウンタイム許容)
レイテンシー SLO: p99 < 500ms
エラー率 SLO: < 0.1%
検知 → トリアージ → 対応 → 復旧 → ポストモーテム
references/cicd-patterns.md - CI/CDパターン集references/monitoring-setup.md - モニタリング設定references/incident-response.md - インシデント対応references/sre-practices.md - SRE実践ガイド