pipeline-summary-report

Synthesizes completed pipeline analysis reports into a unified executive summary document.

13|2|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/aaddrick/written-voice-replication --skill pipeline-summary-report-aaddrick
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pipeline-summary-report
Source: https://github.com/aaddrick/written-voice-replication/tree/main/.claude/skills/pipeline-summary-report
Command: npx skills add https://github.com/aaddrick/written-voice-replication --skill pipeline-summary-report-aaddrick

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? After a multi-phase writing-style analysis pipeline produces 25+ separate reports, stakeholders need a single document that combines all findings without reading each report individually. This Skill reads every report in docs/analysis/ and produces one unified summary with an executive narrative, per-report breakdowns, and a pipeline health audit. ## Core Features & Use Cases - Executive Synthesis: Writes a 2-4 paragraph narrative connecting findings across all reports, covering persona, archetype, distinctive voice traits, and confidence level. - Per-Report Summaries: Condenses each of the 25 analysis reports into 3-8 quantitative bullet points, grouped by pipeline phase. - Pipeline Health Audit: Inventories expected reports, flags missing or stub files, and surfaces low-confidence findings. - Use Case: After running a full writing-corpus analysis pipeline on a Reddit data export, use this Skill to generate docs/analysis/26-pipeline-summary.md as the final deliverable for stakeholders. ## Quick Start Use the pipeline-summary-report skill to combine all completed analysis reports in docs/analysis/ into a final summary document.

Frequently Asked Questions about pipeline-summary-report

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

FAQPage Schema
How do I combine multiple analysis reports into one summary?

Read every report in docs/analysis/, write 3-8 bullet summaries per report grouped by pipeline phase, then synthesize a 2-4 paragraph executive narrative connecting findings across reports. Write the result to docs/analysis/26-pipeline-summary.md.

When should the pipeline summary report be generated?

Generate it only after all or most pipeline skills have completed and written their reports to docs/analysis/. Running it while reports are still being produced yields an incomplete synthesis, so wait for the pipeline orchestrator to signal completion.

What happens if some analysis reports are missing?

The summary still gets written but includes a Pipeline Health table marking each expected report as present, missing, or stub. With fewer than 10 reports, the output is flagged as preliminary with insufficient coverage for full synthesis.

Does the summary report re-run any analysis?

No. It only reads and synthesizes existing reports. It does not re-run analyses, modify upstream reports, produce new findings, or generate the subagent instruction prompt, which is the responsibility of skill 25.

How should low-confidence findings be handled in a summary?

Carry caveats from source reports into the summary explicitly and prefix uncertain findings with their confidence level. Never present low-confidence results as definitive, and list all flagged reports in the Pipeline Health section.