report-synthesizer

Synthesizes expert analyst findings into a structured investment research report draft.

Updated May 9, 2026
One-click install
npx skills add https://github.com/122yjs/invest_harness --skill report-synthesizer-122yjs
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: report-synthesizer
Source: https://github.com/122yjs/invest_harness/tree/main/plugins/vertical-plugins/invest-research/skills/report-synthesizer
Command: npx skills add https://github.com/122yjs/invest_harness --skill report-synthesizer-122yjs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Manually merging six separate analyst findings files into one coherent investment research report is error-prone and inconsistent. This Skill assembles all expert findings into a single draft report following the invest_prompt_v2.md 18-section output template, with claim-evidence traceability. ## Core Features & Use Cases - Findings Consolidation: Merges findings from financial, fundamental, valuation, technical, macro-sentiment, and risk-scenario analysts into one draft report at ${ACTIVE_WORKSPACE}/07_draft/report.md. - Claim-Evidence Linking: Tags every numeric claim and external citation with inline evidence markers and emits a claim-evidence-map.json for downstream QA and HTML verification logs. - Rating and Price Target Assembly: Derives Rating, Price Target, and implied upside/downside from the market price snapshot and valuation findings without inventing new figures. - Use Case: After six analyst agents finish their findings for a stock like AAPL, run this Skill to produce the complete Korean-language draft report with Executive Summary, scenarios, and monitoring checklist. ## Quick Start Combine all expert findings in the active workspace into the final investment report draft following the standard 18-section template.

Frequently Asked Questions about report-synthesizer

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

FAQPage Schema
How do I combine multiple analyst findings into one investment report?▼

Place the six findings.md and report.md files from each analysis domain into the workspace directories 01_financial through 06_risk_scenario, then run the synthesis step. The Skill maps content into the 18-section template and writes the draft to 07_draft/report.md.

What is a claim-evidence map in research report generation?▼

A claim-evidence map is a JSON file linking every numeric claim and external citation in the report to evidence IDs via inline markers like [[ev:FIN-000123]]. It enables QA to detect missing evidence links and serves as the verification source for HTML report rendering.

Does the report synthesizer add new analysis or figures?▼

No. It only reorganizes existing findings and section reports without introducing new numbers or unsupported claims. Missing data is documented in the limitations section rather than filled in.

How are Rating and Price Target calculated in the draft report?▼

Rating uses a fixed scale from Buy to Sell, and Price Target derives from the valuation findings and the market price snapshot. Implied upside or downside is computed as Price Target divided by reference price minus one, with the formula shown.

What happens if some findings files are missing?▼

Missing or empty findings are noted in the limitations and further verification section of the draft. The Skill still produces a report but flags gaps instead of fabricating content.