scaffold-reporting

Aggregate scaffold test reports into unified summaries with score analysis.

6|1|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/outfitter-dev/outfitter --skill scaffold-reporting
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scaffold-reporting
Source: https://github.com/outfitter-dev/outfitter/tree/main/.claude/skills/scaffold-reporting
Command: npx skills add https://github.com/outfitter-dev/outfitter --skill scaffold-reporting

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the aggregation and analysis of scaffold test reports from multiple presets, providing a unified summary and identifying cross-cutting issues.

Core Features & Use Cases

  • Report Aggregation: Consolidates report.json files from various scaffold test presets.
  • Score Analysis: Computes mean, min, max, and standard deviation for scoring dimensions.
  • Cross-Cutting Issue Identification: Detects patterns and common problems across presets.
  • Linear Issue Drafting: Generates draft Linear issues for blocking or degraded findings.
  • Output Generation: Creates both summary.json and summary.md for comprehensive reporting.

Quick Start

Use the scaffold-reporting skill to synthesize all test reports in the current directory.

Frequently Asked Questions about scaffold-reporting

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

FAQPage Schema
How do I aggregate scaffold test reports from multiple presets into a unified summary?

This task aggregates scaffold test reports by parsing multiple `report.json` files to compute score analysis and identify cross-cutting issues across presets.

Can I automate Linear issue creation for blocking findings from test report analysis?

Yes, you can automate Linear issue drafting for blocking or degraded findings by interacting with Linear MCP tools during the report synthesis process.

What score metrics are calculated when synthesizing scaffold test reports?

Synthesizing scaffold test reports computes mean, min, max, and standard deviation for scoring dimensions across all aggregated presets.

What output formats are generated from scaffold test report aggregation?

Scaffold test report aggregation generates structured `summary.json` and human-readable `summary.md` files for comprehensive reporting.

Do I need Linear MCP tools to identify cross-cutting issues in scaffold test reports?

You do not need Linear MCP tools just to identify cross-cutting issues, but they are required if you want to automate drafting issues for blocking or degraded findings.