Skip to content
BeClaude

report-writer

New
16kSmitheryGeneralby camel-ai

Generate professional reports from analysis results. Use when user needs to create formatted documents summarizing findings.

Summary

This skill transforms raw analysis outputs into polished, professional reports.

  • It helps developers save time by automating document formatting, structure, and narrative generation from data or code analysis results.

Install & Usage

1
Open your MCP config
~/.claude.json
2
Add the server config

Add the configuration to "mcpServers": { "report-writer": { "command": "...", "args": [] } }

3
Restart Claude Code
/mcp

Use Cases

Generate a quarterly performance report from SQL query results and metrics.
Create a formatted bug analysis report from a list of issues and severity data.
Summarize A/B test results into an executive-ready document with charts and recommendations.
Produce a code review summary report from linting and static analysis output.
Compile a research findings document from multiple data sources and annotations.
Turn a Jupyter notebook analysis into a clean PDF report with sections and conclusions.

Usage Examples

1

/report-writer Summarize the attached CSV of sales data into a 2-page report with key trends and recommendations.

2

Generate a professional report from the output of the data analysis I just ran, including an executive summary and methodology section.

3

/report-writer Create a bug triage report from the JSON file of open issues, grouping by severity and assigning priorities.

View source on GitHub
documentationwritingdata-&-analytics

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is report-writer?

This skill transforms raw analysis outputs into polished, professional reports. It helps developers save time by automating document formatting, structure, and narrative generation from data or code analysis results.

How to install report-writer?

To install report-writer: open your mcp config (~/.claude.json), then add the config to "mcpServers": { "report-writer": { "command": "...", "args": [] } }. Finally, /mcp in Claude Code.

What is report-writer best for?

report-writer is a mcp categorized under General. It is designed for: documentation, writing, data-&-analytics. Created by camel-ai.

What can I use report-writer for?

report-writer is useful for: Generate a quarterly performance report from SQL query results and metrics.; Create a formatted bug analysis report from a list of issues and severity data.; Summarize A/B test results into an executive-ready document with charts and recommendations.; Produce a code review summary report from linting and static analysis output.; Compile a research findings document from multiple data sources and annotations.; Turn a Jupyter notebook analysis into a clean PDF report with sections and conclusions..