Help us improve
Share bugs, ideas, or general feedback.
From claude-scholar
Writes structured post-experiment research reports after analysis artifacts are ready. Produces decision-oriented narratives with statistical validation and next actions, writing into an Obsidian vault.
npx claudepluginhub galaxy-dawn/claude-scholar --plugin claude-scholarHow this skill is triggered — by the user, by Claude, or both
Slash command
/claude-scholar:results-reportThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Write the **complete post-experiment summary report** after analysis artifacts are ready.
Guides step-by-step writing of research reports for supervisors summarizing experiment findings, hypothesis tests, data analysis, visualizations, and exploration. Use for multi-experiment result communication.
Compiles causal analysis artifacts into a structured report with tables, figures, and method summaries. Activated by phrases like 'write a report' or 'executive summary'.
Generates structured Markdown research report from prior phase outputs like brainstorm, plans, code, tests, and plots. Integrates visuals, generates missing plots, verifies claim-evidence integrity.
Share bugs, ideas, or general feedback.
Write the complete post-experiment summary report after analysis artifacts are ready.
This skill is for the stage after results-analysis.
results-analysis doesresults-report doesResults/Reports/.When the task is to create or redesign paper-ready figures/tables themselves, rely on publication-chart-skill instead of expanding results-report into figure/table production.
Do not replace strict analysis with confident prose. If the analysis bundle is missing, first identify the blocker and request or produce the missing bundle.
Hard gate: do not write a complete report when analysis-report.md, stats-appendix.md, figure-catalog.md, provenance, or the primary comparison question is missing. In that case, write only a blocker summary and route back to results-analysis.
The default report is an internal research report, not manuscript prose.
It should be named as:
YYYY-MM-DD--{experiment-line}--r{round}--{purpose}.md
Example:
2026-03-18--freezing--r03--transfer-summary.md2026-03-18--contrastive-adversarial--r02--ablation-report.mdThe note title should be:
{Experiment Line} / Round {N} / {Purpose} / {YYYY-MM-DD}
Read references/report-naming.md before finalizing the filename or note title.
---
type: results-report
date: 2026-03-18
experiment_line: freezing
round: 3
purpose: transfer-summary
status: active
source_artifacts:
- analysis-output/analysis-report.md
- analysis-output/stats-appendix.md
linked_experiments:
- Experiments/Freezing-Study.md
linked_results:
- Results/Freezing-vs-Adapter.md
---
The report must include all sections below.
Read references/report-structure.md before writing.
Lock these fields first:
If round is unknown, do not silently invent a semantic round. Use r00 only as a temporary placeholder and state that it should be normalized later.
Minimum required inputs:
analysis-report.mdstats-appendix.mdfigure-catalog.mdIf these are missing, either generate them first with results-analysis or explicitly state which claims cannot be supported.
Do not turn loose CSV/Markdown artifacts into a polished report unless the strict analysis bundle has already validated unit of analysis, primary metric, and claim wording.
This report is not a transcript of outputs.
Each section must answer a real question:
Read references/decision-oriented-analysis.md for the expected reasoning depth.
Do not only attach figures.
For each main figure:
Read references/figure-interpretation.md and references/statistical-completeness.md as needed.
If the current repo is bound to an Obsidian project knowledge base:
Results/Reports/{report-name}.md,Experiments/ note,Results/ note when a durable conclusion is now supported,Daily/ note,.claude/project-memory/<project_id>.md.If the repo is not bound:
Use obsidian-project-kb-core conventions only for bound repos. Internal experiment reports belong in Results/Reports/, not Writing/.
The report must end with operational decisions, for example:
speculative or observed claims into decisive conclusions.Load only what is needed:
references/report-structure.mdreferences/report-naming.mdreferences/figure-interpretation.mdreferences/statistical-completeness.mdreferences/decision-oriented-analysis.mdreferences/EVIDENCE-PROPAGATION.mdexamples/example-results-report.md