with one click
dashboard
Generate and update the team dashboard report (org/dashboard.md)
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Generate and update the team dashboard report (org/dashboard.md)
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
新しいエージェントを雇用(作成・起動)するスキル。ディレクトリ作成、CLAUDE.md生成、スキルコピー、roster更新、tmux起動まで一貫して行う。
Generate a daily summary report of all team activities
Capture and codify company-specific data knowledge — entity definitions, metric formulas, table schemas, and tribal knowledge. Use when onboarding to a new data environment, documenting institutional data knowledge, or building a data dictionary.
Profile and explore datasets to understand their shape, quality, and patterns before analysis. Use when encountering a new dataset, assessing data quality, discovering column distributions, identifying nulls and outliers, or deciding which dimensions to analyze.
QA an analysis before sharing with stakeholders — methodology checks, accuracy verification, and bias detection. Use when reviewing an analysis for errors, checking for survivorship bias, validating aggregation logic, or preparing documentation for reproducibility.
Create effective data visualizations with Python (matplotlib, seaborn, plotly). Use when building charts, choosing the right chart type for a dataset, creating publication-quality figures, or applying design principles like accessibility and color theory.
| name | dashboard |
| description | Generate and update the team dashboard report (org/dashboard.md) |
このスキルは、チームの稼働状況をまとめたダッシュボードレポート(org/dashboard.md)を生成・更新します。
/dashboard と入力すると、以下の情報を集約した ../../org/dashboard.md を生成します。
../../org/roster.json からエージェント一覧を読み込む../../org/channels/ 配下の各チャネルから最新メッセージを確認../../org/dashboard.md を生成・更新する# チームダッシュボード
**更新日時**: {現在のISO8601タイムスタンプ}
## エージェント稼働状況
| エージェント | ステータス | 最終活動 | 現在のタスク |
|---|---|---|---|
| {name} | {status} | {最終投稿時刻} | {直近のtask_updateメッセージから推定} |
## 本日の成果
{当日のreportタイプのメッセージをリストアップ}
## ブロッカー
{チャネルから「ブロック」「blocked」「問題」「エラー」等のキーワードを含むメッセージを抽出}
## 次のアクション
{各エージェントの直近のメッセージからTODO・次のステップを抽出}
このスキルを定常業務に組み込む場合、エージェントの CLAUDE.md の定常業務セクションに以下を追加:
毎サイクル、
/dashboardを実行してダッシュボードレポートを更新する