report-writer
Transforms analysis data into a structured markdown report.
Install
mkdir -p .claude/skills/report-writer && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/5859" && unzip -o skill.zip -d .claude/skills/report-writer && rm skill.zipInstalls to .claude/skills/report-writer
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Generate professional reports from analysis results. Use when user needs to create formatted documents summarizing findings.Key capabilities
- →Describe analysis methodology
- →Present detailed findings with visualizations
- →Provide actionable recommendations
- →Include raw data in an appendix
- →Format reports with clear headings and bullet points
How it works
This skill structures analysis results into a professional report with predefined sections like an executive summary, methodology, and recommendations. It applies formatting guidelines for clarity.
Inputs & outputs
When to use report-writer
- →Summarizing security scan results
- →Documenting API performance audit findings
- →Compiling code quality metrics
- →Drafting technical recommendations based on logs
About this skill
Report Writer
Transform analysis results into professional reports.
Report Structure
- Executive Summary - Key findings in 2-3 sentences
- Methodology - How the analysis was performed
- Results - Detailed findings with visualizations
- Recommendations - Actionable next steps
- 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
# 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]
How it compares
This skill automates the generation of a structured, professional report from analysis results, unlike manually compiling findings into a document.
Compared to similar skills
report-writer side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| report-writer (this skill) | 1 | 6mo | No flags | Beginner |
| markdown-converter | 5 | 2mo | Review | Beginner |
| MinerU Document Extractor | 0 | 3mo | Review | Intermediate |
| document-pro | 0 | 3mo | No flags | Beginner |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by camel-ai
View all by camel-ai →You might also like
markdown-converter
steipete
Convert documents and files to Markdown using markitdown. Use when converting PDF, Word (.docx), PowerPoint (.pptx), Excel (.xlsx, .xls), HTML, CSV, JSON, XML, images (with EXIF/OCR), audio (with transcription), ZIP archives, YouTube URLs, or EPubs to Markdown format for LLM processing or text analysis.
MinerU Document Extractor
opendatalab
>
document-pro
bighardperson
文档处理技能 - 让 AI 能够读取、解析、提取 PDF、DOCX、PPT 等文档的关键信息。当用户要求分析文档、提取内容、总结报告时触发此技能。
ml-paper-writing
davila7
Write publication-ready ML/AI papers for NeurIPS, ICML, ICLR, ACL, AAAI, COLM. Use when drafting papers from research repos, structuring arguments, verifying citations, or preparing camera-ready submissions. Includes LaTeX templates, reviewer guidelines, and citation verification workflows.
docs-review
metabase
Review documentation changes for compliance with the Metabase writing style guide. Use when reviewing pull requests, files, or diffs containing documentation markdown files.
claude-md-improver
anthropics
Audit and improve CLAUDE.md files in repositories. Use when user asks to check, audit, update, improve, or fix CLAUDE.md files. Scans for all CLAUDE.md files, evaluates quality against templates, outputs quality report, then makes targeted updates. Also use when the user mentions "CLAUDE.md maintenance" or "project memory optimization".