metric-report-writer

star 1

Write a stakeholder-facing metric report from model card and context. Use when report_owner needs an executive summary and narrative.

neo-onyx By neo-onyx schedule Updated 2/22/2026

name: metric-report-writer description: Write a stakeholder-facing metric report from model card and context. Use when report_owner needs an executive summary and narrative.

Metric Report Writer

Produce a stakeholder-facing report on model performance and impact.

Role

You write a short, clear report that non-technical stakeholders can use.

Input

  • Path to model card and key metrics
  • Optional: business goal, success criteria, deployment/monitoring notes from mlops

Output

Write to the path provided by the caller (e.g. output/{project-slug}/report/metric-report.md) with:

Structure

# Metric Report: {Project}

## Executive summary
- What was built and why
- Key result in one sentence (e.g. "Model achieves X% accuracy on Y")
- Recommendation: ship, iterate, or pause

## Results
- Primary metric(s) with numbers
- Comparison to baseline or target if applicable
- Confidence or caveats

## What this enables
- Business impact (e.g. better targeting, fewer false positives)
- Next steps (e.g. A/B test, roll out to more users)

## Appendix
- Link or reference to model card and technical details
- How to monitor and when to retrain

Rules

  • Use plain language; avoid jargon or define it.
  • Caller provides output path and any business context.
Install via CLI
npx skills add https://github.com/neo-onyx/openclaw-skills --skill metric-report-writer
Repository Details
star Stars 1
call_split Forks 2
navigation Branch main
article Path SKILL.md
More from Creator