report-writer · git:20260404.d748da3 · 2026-04-04 · sha256 2de6fc9e0ed70ee3

report-writer git:20260404.d748da3A

Immutable. This exact content is served forever at /api/v1/blob/2de6fc9e0ed70ee3.

---
name: report-writer
description: Generate professional reports from analysis results. Use when user needs to create formatted documents summarizing findings.
---

# Report Writer

Transform analysis results into professional reports.

## Report Structure

1. **Executive Summary** - Key findings in 2-3 sentences
2. **Methodology** - How the analysis was performed
3. **Results** - Detailed findings with visualizations
4. **Recommendations** - Actionable next steps
5. **Appendix** - Raw data and technical details

## Formatting Guidelines

- Use clear headings and subheadings
- Include tables for numerical data
- Add bullet points for lists
- Keep paragraphs concise (3-4 sentences max)

## Tone

- Professional but accessible
- Data-driven claims with evidence
- Avoid jargon unless necessary

## Example Output

```markdown
# Analysis Report: [Title]

## Executive Summary
[2-3 sentence overview of key findings]

## Results
### Finding 1
[Description with supporting data]

## Recommendations
1. [Action item 1]
2. [Action item 2]
```