agentic_kpi_collect
Collects and visualizes key performance indicators for GitHub development workflows to track progress and identify areas for improvement.
Instructions
KPI収集・ダッシュボード生成
Input Schema
Name | Required | Description | Default |
---|---|---|---|
period | No | 集計期間 |
Input Schema (JSON Schema)
{
"properties": {
"period": {
"description": "集計期間",
"enum": [
"6h",
"24h",
"7d",
"30d"
],
"type": "string"
}
},
"type": "object"
}