一键导入
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.