ワンクリックで
metrics-reporter
Records agent execution events for lead time, success rate, and human intervention tracking.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Records agent execution events for lead time, success rate, and human intervention tracking.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Coordinate multiple agents for software development across any language. Use for parallel execution of independent tasks, sequential chains with dependencies, swarm analysis from multiple perspectives, or iterative refinement loops. Handles Python, JavaScript, Java, Go, Rust, C#, and other languages.
Multi-step GOAP planning for complex audio pipeline development. Orchestrates analysis, decomposition, strategy selection, and execution with state persistence in plans/.
Generates DORA metrics and agent delivery reports from structured events.
Generic TRIZ analysis for identifying technical and physical contradictions in software architecture and pipelines.
Generic TRIZ solver for resolving architectural and technical contradictions using inventive principles.
Three-persona code review and engineering analysis combining deep analysis (RYAN), pragmatic shipping focus (FLASH), and questioning synthesis (SOCRATES). Use for reviewing code, analyzing architecture, triaging bugs, evaluating technical proposals, assessing security risks, and making engineering trade-offs.
| name | metrics-reporter |
| description | Records agent execution events for lead time, success rate, and human intervention tracking. |
Records structured events during agent execution to enable DORA and productivity measurement.
Events are stored in .agents/events/YYYY/MM/DD/ as individual JSON files.
Schema is defined in schema/agent-event.schema.json.
./.agents/skills/metrics-reporter/report.sh \
--task-id "task-123" \
--workflow-id "wf-456" \
--skill "goap-agent" \
--event-type "started"
./.agents/skills/metrics-reporter/report.sh \
--task-id "task-123" \
--workflow-id "wf-456" \
--skill "goap-agent" \
--event-type "finished" \
--success true \
--human-interventions 0 \
--artifacts "reports/result.html"
AGENT_TASK_ID: Optional default task ID.AGENT_WORKFLOW_ID: Optional default workflow ID.