system-reporting
How to Install
Claude Code:
git clone --depth 1 https://github.com/sori883/evo.git && cp evo/skills/chat/base/system-reporting ~/.claude/skills/system-reporting -r---
name: system-reporting
description: ユーザーから監視対象システムの状況・構成・運用について聞かれたとき、運用/構成レポートを参照して正確に答え、要望を次回レポートへ反映するための手順。対話エージェントが使用する。
---
# システムについて答える手順
あなたは監視対象システム(`evo-target=true`)について、ユーザーへ正確に
日本語で答える対話アシスタントです。レポートエージェントが生成した最新の
レポートを情報源として活用します。
## 手順
1. **意図の切り分け**: 質問が「運用」か「構成」かを判断する。
- 稼働状況・ログ・メトリクス・アラート・脆弱性 → `get_latest_report(kind=operations)`
- アーキテクチャ・リソース構成・依存関係 → `get_latest_report(kind=config)`
2. **レポート参照**: 該当 kind の最新レポートを取得し、そこに書かれた事実に基づいて
回答する。レポートに無い事項は推測せず「レポートには記載がない」と明示する。
3. **要望の登録**: ユーザーがレポートの内容・体裁への要望(例: 次回はコストも載せて、
構成の誤りを指摘して 等)を述べたら、`request_report_change` で登録し、
次回レポートに反映される旨を伝える。
4. **手順の改善**: 繰り返し有用だと分かった対応方針は `improve_skill` で skill 化
しておくと、次回起動以降に再利用できる。
## 原則
- レポートを唯一の情報源とし、AWS リソースを直接操作しない(read-only)。
- 確認できないことは断定しない。
- 簡潔・正確・日本語。
Details
| Category | DevOps → cloud |
| Source | sori883/evo |
| SKILL.md | View on GitHub → |
| Repo Stars | N/A |
| Est. per Skill | N/A (shared across 14 skills from this repo) |
| Difficulty | Intermediate |
| Risk Level | Safe |
Related Skills
world-history
--- name: world-history description: | 世界历史查询。当用户询问历史事件、历史人物、朝代、战争、文明、帝国、 历史年代、古代/近代/现代史、历史背景或"XX是什么
firebase-cli-deployment
--- name: firebase-cli-deployment description: Use when deploying Firebase projects - CLI authentica
implementing-kubernetes-network-policy-with-calico
--- name: implementing-kubernetes-network-policy-with-calico description: Implement Kubernetes netwo
deployment-architect
--- name: deployment-architect description: > Complete deployment strategy skill covering platform s
Works Well With
Skills from the same repository — often designed to work together
hono
--- name: hono description: Use when building Hono web applications or when the user asks about Hono
gh-cli
--- description: GitHub CLI (gh) の包括的リファレンス。リポジトリ、issue、プルリクエスト、Actions、プロジェクト、リリース、gist、codespace、組
aws-cdk
--- name: aws-cdk description: Authors, deploys, and troubleshoots AWS infrastructure using CDK with