report-analyzer

Solid

Analyze large PDF or PPTX reports (consulting, research, market analysis) and produce a structured summary with key data, insights, and section overview. Trigger this skill when the user mentions: 'analyze report', 'report summary', 'report analysis', 'key takeaways from report', 'break down the report', 'what's in the report', 'summarize the report', 'проанализируй отчёт', 'разбери отчёт', 'summary отчёта', 'ключевые выводы из отчёта', 'что в отчёте', 'краткое содержание отчёта'. Also trigger when a user uploads a PDF or PPTX file and asks to summarize, extract insights, or review it — even if they don't use the exact phrases above. If a large document is uploaded with any request related to understanding its contents, use this skill.

Data & Documents 14 stars 3 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 83/100

Stars 20%
39
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Report Analyzer Analyzes large reports (PDF, PPTX) and produces a structured summary with key data and insights. Target audience: product managers, marketers, analysts, finance professionals, C-level executives. --- ## Language Detection Detect the language from the user's message. Use that language for all output — the summary document, clarifying questions, and responses. If the user writes in Russian, respond and generate the output in Russian. If in English — in English. --- ## Input - A PDF or PPTX report file - The user specifies the file name or path in their message, or uploads the file directly --- ## Output A structured summary document (up to 1.5 pages) containing: - Report metadata - Executive Summary - Key figures and data - Key insights - Report structure --- ## Instructions ### Step 1 — Locate the input file The user specifies the report file name in their message. Locate the file using this order: 1. Check the current working directory and subdirectories (e.g. `input/` folder or project root) 2. If the user provided a full path — use it directly **File search:** ```bash find . -iname "*.pdf" -o -iname "*.pptx" 2>/dev/null ``` **If the file is not found** — ask the user: > "Please specify the exact file name or path to the report, or upload the file directly. Supported formats: PDF, PPTX." **If the format is not supported:** > "This skill works with PDF and PPTX files. Please provide a file in one of these formats." --- ### Step 2 — Ask c...

Details

Author
KirKruglov
Repository
KirKruglov/claude-skills-kit
Created
4 months ago
Last Updated
yesterday
Language
N/A
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

Data & Documents Solid

content-performance-reporter

Compile weekly analytics CSV exports from Instagram, YouTube, Google Analytics, LinkedIn, TikTok, Facebook, and Twitter into a narrative performance report: what worked, what didn't, the week's pattern, and concrete recommendations. No code, no dashboards, no API required. Triggers: 'content performance report', 'analyze my content performance', 'what worked this week', 'weekly content report', 'compile my analytics', 'отчёт по контенту', 'чт�� сработало на этой неделе', 'анализ контент-аналитики', 'еженедельный отчёт по контенту', 'скомпилируй аналитику'.

14 Updated yesterday
KirKruglov
Data & Documents Solid

survey-results-analyzer

Analyze survey CSV files and extract quantitative frequencies, qualitative themes, and Top-3 insights. No Python required — Cowork-native. Use when reviewing Google Forms/Typeform/SurveyMonkey exports, preparing stakeholder reports, or turning raw survey data into actionable findings. Triggers: 'analyze survey results', 'survey results analyzer', 'проанализируй результаты опроса', 'анализ опроса'.

14 Updated yesterday
KirKruglov
Data & Documents Solid

user-feedback-synthesizer

Synthesize user interview transcripts and feedback files into a prioritized insight report with themes, quotes, and open questions. Use when analyzing batches of user interviews, support tickets, or survey responses. Triggers: 'synthesize feedback', 'analyze user interviews', 'user feedback report', 'синтезируй фидбек', 'разбери транскрипты', 'отчёт по фидбеку'.

14 Updated yesterday
KirKruglov