원클릭으로
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 직업 분류 기준
| 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.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.