zenigame-update-run-metrics

Regenerate run metrics summaries from run reports into run-metrics-summary.md.

Updated Apr 17, 2026
One-click install
npx skills add https://github.com/kent013/zenigame-fx --skill zenigame-update-run-metrics
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: zenigame-update-run-metrics
Source: https://github.com/kent013/zenigame-fx/tree/main/.claude/skills/zenigame-update-run-metrics
Command: npx skills add https://github.com/kent013/zenigame-fx --skill zenigame-update-run-metrics

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates updating the RUN metrics summary file to reflect the latest run reports.

Core Features & Use Cases

  • Update the run-metrics-summary.md from the latest run or a specified run by parsing reports.
  • Generate a consolidated view of North Star progress, bottlenecks, and key performance indicators for leadership.
  • Use case: after finishing a run, run the skill to refresh metrics so the summary reflects current results.

Quick Start

Run the update command to refresh the run metrics for the latest run or a chosen run number.

Frequently Asked Questions about zenigame-update-run-metrics

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

FAQPage Schema
How do I update run metrics summaries from markdown run reports?

To update run metrics summaries from markdown run reports, this skill parses reports/run-reports/**/run-{N}.md files and regenerates the consolidated run-metrics-summary.md file to reflect the latest results.

Can I refresh run metrics for a specific run number instead of the latest run?

Yes, you can refresh run metrics for a specific run number by passing an optional run_number argument, which targets and parses that specific run-{N}.md report instead of defaulting to the latest available run.

What is the best way to automate post-run reporting workflows for leadership?

The best way to automate post-run reporting workflows for leadership is to run this skill after finishing a run, consolidating North Star progress and key performance indicators from markdown reports into an executive summary.

How do I consolidate North Star progress and bottlenecks from multiple run reports?

You consolidate North Star progress and bottlenecks from multiple run reports by executing this skill, which reads individual run-{N}.md files and aggregates their data into a unified run-metrics-summary.md view.

Do I need any external dependencies to regenerate run metrics summaries?

No, you do not need any external dependencies to regenerate run metrics summaries, as this skill operates independently without requiring additional packages or components to parse and update the markdown reports.