silver-review-stats

Parse review analytics JSONL files and generate summary report tables by artifact type.

6|3|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/alo-exp/silver-bullet --skill silver-review-stats
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: silver-review-stats
Source: https://github.com/alo-exp/silver-bullet/tree/main/forge/skills/silver-review-stats
Command: npx skills add https://github.com/alo-exp/silver-bullet --skill silver-review-stats

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reads .planning/review-analytics.jsonl and archived files to aggregate metrics by artifact type, producing concise summaries of pass rates, average rounds, and common findings.

Core Features & Use Cases

  • Parse review analytics JSONL files and aggregate metrics by artifact type.
  • Generate three report tables: Pass Rates by Artifact Type, Rounds to Clean Pass, and Common Finding Categories.
  • Filter analytics by --since and --type to focus on specific time ranges or artifacts.

Quick Start

Run /silver-review-stats to generate a real-time summary from your review analytics data.

Frequently Asked Questions about silver-review-stats

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

FAQPage Schema
How do I summarize review analytics data stored in JSONL files?

You can filter review analytics using the --since flag for specific time ranges and the --type flag for specific artifact types. This focuses the generated summary reports on targeted subsets of your JSONL data.

What is the best way to generate pass rate reports by artifact type?

Generating pass rate reports by artifact type involves parsing JSONL analytics files and grouping records by artifact_type. This produces structured tables displaying pass rates, rounds to clean pass, and common finding categories.

Does the review analytics summary tool work with archived JSONL files?

Yes, the review analytics summary tool works with archived JSONL files stored in .planning/archive/review-analytics-*.jsonl. It parses both active and archived files to compute metrics and display comprehensive report tables.

Can I filter review analytics summaries by date range or artifact type?

You can filter review analytics using the --since flag for specific time ranges and the --type flag for specific artifact types. This focuses the generated summary reports on targeted subsets of your JSONL data.

What metrics are included in review analytics summary reports?

Review analytics summary reports include pass rates by artifact type, average rounds to clean pass, and common finding categories. A footer displays total records processed and the date range covered by the analytics data.