Generate professional client deliverable reports with findings, recommendations, and next steps. TRIGGERS - Use when user wants to create a client report, deliverable, or findings document.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add Winbda/claude-skills-collection --skill client-report --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Client Report?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/winbda-client-report)More formats (shields.io, HTML) on the badges page.
---
name: client-report
description: |
Generate professional client deliverable reports with findings, recommendations, and next steps.
TRIGGERS - Use when user wants to create a client report, deliverable, or findings document.
---
# Client Report Generator
## Overview
Creates polished, professional reports for client delivery with clear findings, data visualization suggestions, and actionable recommendations.
## Output Format
```markdown
# [Report Title]
## Prepared for: [Client Name]
## Prepared by: [Your Name / Company]
## Date: [Date]
---
## Executive Summary
[3-5 sentences covering: what we did, what we found, what to do next]
## Objectives
[What this project set out to achieve]
## Methodology
[How the work was conducted — brief]
## Key Findings
### Finding 1: [Title]
[Data/evidence → Insight → Implication]
### Finding 2: [Title]
[Data/evidence → Insight → Implication]
## Recommendations
| Priority | Recommendation | Expected Impact | Effort |
|----------|---------------|----------------|--------|
| 🔴 High | [Action] | [Result] | [Low/Med/High] |
| 🟡 Medium | [Action] | [Result] | [Low/Med/High] |
| 🟢 Low | [Action] | [Result] | [Low/Med/High] |
## Next Steps
1. [Immediate action]
2. [Short-term action]
3. [Long-term action]
## Appendix
[Supporting data, methodology details, raw data references]
```
## Quality Checklist
- [ ] Executive summary stands alone
- [ ] Findings are evidence-based
- [ ] Recommendations are prioritized and actionable
- [ ] Next steps have clear owners
- [ ] Professional formatting throughout
- [ ] Client's branding/terminology used
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!