report-writer
NewGenerate 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
~/.claude.jsonAdd the configuration to "mcpServers": { "report-writer": { "command": "...", "args": [] } }
/mcpUse Cases
Usage Examples
/report-writer Summarize the attached CSV of sales data into a 2-page report with key trends and recommendations.
Generate a professional report from the output of the data analysis I just ran, including an executive summary and methodology section.
/report-writer Create a bug triage report from the JSON file of open issues, grouping by severity and assigning priorities.
Security Audits
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..