metrics

Collect and summarize engineering metrics from the past N days.

2|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/ignission/claude-code-ark --skill metrics-ignission
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: metrics
Source: https://github.com/ignission/claude-code-ark/tree/main/.claude/skills/metrics
Command: npx skills add https://github.com/ignission/claude-code-ark --skill metrics-ignission

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

ハーネスエンジニアリングの効果メトリクスを収集・報告するための標準的なワークフローを提供し、手作業による集計を排除します。

Core Features & Use Cases

  • 過去N日間のPR数・CI失敗率・CodeRabbit指摘数・手戻り率を自動的に集計し、表形式で報告します。
  • 出力はダッシュボードや報告資料に直接貼り付けられる Markdown テーブル形式です。
  • Use cases include weekly health checks, release readiness, and post-incident reviews.

Quick Start

Run the metrics.sh script to generate and view the latest metrics report.

Frequently Asked Questions about metrics

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I collect engineering metrics like PR counts and CI failures automatically?

You can collect engineering metrics automatically by running a Bash script that aggregates PR counts, CI failures, CodeRabbit findings, and revert commits over the past N days into a tabular report.

What engineering metrics can I track for a software project health check?

For a software project health check, you can track PR counts, CI failure rates, CodeRabbit review findings, and revert or fix commit rates to assess development workflow stability.

How do I generate a Markdown table report for weekly engineering metrics?

Generate a Markdown table report for weekly engineering metrics by executing the metrics collection script, which summarizes the data into a format ready for dashboards or reporting.

Does the metrics collection script require any specific dependencies or environments?

The metrics collection script requires a Bash environment to execute and relies on the script file located at .claude/scripts/metrics.sh to process and generate the report.

Can I use this metrics reporting workflow for post-incident reviews and release readiness?

Yes, you can use this metrics reporting workflow for post-incident reviews and release readiness by analyzing the summarized CI failures and revert rates to evaluate project stability.

What is the best way to track code review findings and revert rates across workflows?

The best way to track code review findings and revert rates is to apply an automated collection script that aggregates CodeRabbit findings and fix commits across your software development workflows.