mcpbeat Sign in

Research Summarizer Skill for Claude

> Synthesize raw user research (interviews, surveys, tickets) into themed findings and decision-ready briefs. Use when synthesizing user interviews, building a findings brief, or communicating research to stakeholders.

12k tokens
context cost
the whole folder, loaded on every use
7
files
ships runnable scripts
0
copies elsewhere
how many repositories repackaged it
447
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/borghei/Claude-Skills --skill research-summarizer

What comes with it

41 631 bytes besides the instruction
references/communicating-research-findings.md
references/insight-quality-and-bias.md
references/research-synthesis-frameworks.md
scripts/findings_brief_generator.py
scripts/insight_quality_scorer.py
scripts/research_synthesis_organizer.py

The instruction itself

20 sections, as written by the author

Research Summarizer

A skill focused on synthesizing and communicating research — the part

that comes after you've collected the data. Distinct from the research

collection skills which guide interview design, recruiting, and protocol.

This skill assumes you have raw inputs (transcripts, notes, survey

responses) and need to turn them into trustworthy insights that drive

product decisions.

When to use this skill

  • Synthesizing a batch of user interviews (typically 5-30)
  • Pulling themes from open-text survey responses
  • Synthesizing support tickets for product-truth analysis
  • Building a findings brief for stakeholders
  • Separating signal from anecdote in qualitative data
  • Auditing existing research summaries for bias and reliability
  • Preparing a research readout for execs / cross-functional teams

Inputs the advisor expects

  • Type of research artifacts (interviews, surveys, tickets, observations, sales notes)
  • Volume and recency
  • Research question(s) the synthesis is answering
  • Audience for the output (PM team / exec / engineering)
  • Decision the output should inform

Clarify First

Before generating the synthesis or brief, confirm these inputs. If any is unknown or vague, ASK — do not assume:

  • [ ] The research question — what decision this synthesis answers (drives the brief's lead and which themes matter)
  • [ ] Audience and the decision it informs — PM team, exec, or engineering (sets brief altitude, length, and format)
  • [ ] Artifact type and volume — interviews/surveys/tickets and how many (drives confidence, sample-size adequacy, and bias checks)

Stop rule: ask only the 2-3 that most change the output. If the user says "just draft it," proceed and list your assumptions at the top of the artifact.

Workflows

Workflow 1 — Organize and theme raw research

  • Capture raw research items (one per row) with source, date, segment.
  • Run research_synthesis_organizer.py to surface theme clusters

based on tagging, computed frequencies, and segment cross-cuts.

  • Refine themes manually; promote to insights.
python3 research-summarizer/scripts/research_synthesis_organizer.py \
  --input research_items.json --format markdown

Workflow 2 — Score insight quality

  • List proposed insights with supporting evidence count + segment coverage.
  • Run insight_quality_scorer.py to grade each insight on Confidence,

Specificity, Action-readiness, and Bias risk.

  • Keep High / Medium insights; demote Low to "questions for further research."
python3 research-summarizer/scripts/insight_quality_scorer.py \
  --input insights.json --format markdown

Workflow 3 — Generate a findings brief

  • Capture the question, top insights, supporting evidence, decisions.
  • Run findings_brief_generator.py to produce the structured brief.
python3 research-summarizer/scripts/findings_brief_generator.py \
  --input findings.json --format markdown

Decision frameworks

Observation → Pattern → Insight → Recommendation

A clean synthesis ladder:

  • Observation — direct quote or behavior ("user X said Y")
  • Pattern — repeats across users ("4 of 7 users said Y")
  • Insight — interpreted explanation ("users avoid Y because Z")
  • Recommendation — action implied ("redesign Z to address Y avoidance")

Each level requires more confidence than the last. Don't skip from

observation directly to recommendation.

Insight quality dimensions

  • Confidence: how many independent sources support it
  • Specificity: is the insight specific enough to action?
  • Bias risk: is the sample / interpretation biased?
  • Decision impact: does this insight change anything?

A high-quality insight scores well on all four. Most rough notes are

strong on confidence but weak on specificity (or vice versa).

Sample size for qualitative research

A rough heuristic for how many interviews are enough:

| Goal | Suggested N |

|------|-------------|

| Discover the space (early product) | 5-8 |

| Validate hypotheses | 8-12 |

| Persona definition | 12-20 |

| Detect quantitative signal in qual | 20-30+ |

| Validate cross-segment | 5-8 per segment |

Diminishing returns after the patterns repeat 2-3 times. If you keep

hearing new things, you're not done.

When qualitative data lies (common biases)

  • Confirmation bias — interviewers pull the quotes they expected to hear
  • Acquiescence bias — participants agree to be polite
  • Recall bias — what users remember vs what they did
  • Selection bias — who agreed to interview is not representative
  • Recency bias — recent interviews carry disproportionate weight
  • Anchor bias — first interview shapes interpretation of later ones
  • Demand characteristics — participants guess what you want to hear

Counter: use a second coder, structure your guide, sample diversely,

and report negative evidence.

Common engagements

"Help me synthesize 12 user interviews"

  • Make sure you have transcripts (or detailed notes).
  • Tag each interview by demographic, journey stage, key behaviors.
  • Surface 5-10 themes from initial tagging.
  • For each theme, count: how many users? from which segments? evidence quality?
  • Promote 3-5 themes to insights; demote the rest to "questions for next round."
  • Add 1-2 unexpected findings (the "we didn't expect this" insight).

"Translate the research into a one-pager for execs"

  • Lead with the question being asked.
  • Lead with the answer (1-2 sentences); details follow.
  • 3-5 insights with evidence; not more.
  • Decisions / recommendations that follow.
  • What you don't know yet (research limits + next-step questions).
  • Methodology one-liner (N, segments, dates).

"Our research found contradictory things"

  • First: is one finding from a different segment? Often the contradiction is segment-based.
  • Second: was sample biased toward one side?
  • Third: maybe both are true and the system has tensions worth surfacing.

Anti-patterns to avoid

  • Cherry-picked quotes. Always provide the count + context.
  • Insight without evidence. "Users want X" without supporting observations.
  • Anecdotal generalization. One angry user doesn't define the population.
  • Reporting interview-by-interview. Synthesis means seeing across users.
  • Hiding the negative evidence. Disconfirming evidence is valuable.
  • Brief that's longer than needed. Briefer = better-read.
  • Mixing facts and interpretations. Be clear which is which.
  • Skipping methodology. Readers need to evaluate the trust level.

References

  • references/research-synthesis-frameworks.md — affinity, thematic analysis, frameworks
  • references/insight-quality-and-bias.md — quality dimensions, bias catalog, validation
  • references/communicating-research-findings.md — brief formats, presentation patterns
  • product-team/ux-researcher-designer — research design + collection
  • product-team/product-strategist — strategic input from insights
  • product-team/product-analytics — quant complement to qual
  • c-level-advisor/chief-customer-officer-advisor — VoC program context

Other skills for the same job

different authors, same section of the catalogue
Content Research Writer
by frostant
×10

Assists in writing high-quality content by conducting research, adding citations, improving hooks, iterating on outlines, and providing real-time feedback on each section. Transforms your writing process from solo effort to collaborative partnership.

4k tokens
Lead Research Assistant
by frostant
×8

Identifies high-quality leads for your product or service by analyzing your business, searching for target companies, and providing actionable contact strategies. Perfect for sales, business development, and marketing professionals.

2k tokens
Notebooklm
by ZhanlinCui
×6

Use this skill to query your Google NotebookLM notebooks directly from Claude Code for source-grounded, citation-backed answers from Gemini. Browser automation, library management, persistent auth. Drastically reduced hallucinations through document-only responses.

26k tokens scripts
Biorxiv Database
by christophacham
×4

Efficient database search tool for bioRxiv preprint server. Use this skill when searching for life sciences preprints by keywords, authors, date ranges, or categories, retrieving paper metadata, downloading PDFs, or conducting literature reviews.

9k tokens scripts
Openalex Database
by christophacham
×4

Query and analyze scholarly literature using the OpenAlex database. This skill should be used when searching for academic papers, analyzing research trends, finding works by authors or institutions, tracking citations, discovering open access publications, or conducting bibliometric analysis across 240M+ scholarly works. Use for literature searches, research output analysis, citation analysis, and academic database queries.

13k tokens scripts
Uspto Database
by christophacham
×4

Access USPTO APIs for patent/trademark searches, examination history (PEDS), assignments, citations, office actions, TSDR, for IP analysis and prior art searches.

21k tokens scripts
Denario
by christophacham
×3

Multiagent AI system for scientific research assistance that automates research workflows from data analysis to publication. This skill should be used when generating research ideas from datasets, developing research methodologies, executing computational experiments, performing literature searches, or generating publication-ready papers in LaTeX format. Supports end-to-end research pipelines with customizable agent orchestration.

11k tokens
Hypogenic
by christophacham
×3

Automated LLM-driven hypothesis generation and testing on tabular datasets. Use when you want to systematically explore hypotheses about patterns in empirical data (e.g., deception detection, content analysis). Combines literature insights with data-driven hypothesis testing. For manual hypothesis formulation use hypothesis-generation; for creative ideation use scientific-brainstorming.

7k tokens

How to use it

Copy the folder

Take borghei/research-summarizer from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.