skills/33-Galaxy-Dawn-claude-scholar/skills/results-report/SKILL.md
This skill should be used when the user asks to "write an experiment report", "summarize experimental results", "do experiment retrospection", "write a results report", "写实验总结报告", "写实验复盘", or mentions turning completed experiment artifacts into a structured, decision-oriented research report. It assumes strict analysis should come from `results-analysis` first.
npx skillsauth add brycewang-stanford/Awesome-Agent-Skills-for-Empirical-Research results-reportInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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/.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.
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.
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-memory conventions only for bound repos. Internal experiment reports belong in Results/Reports/, not Writing/.
The report must end with operational decisions, for example:
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.mddevelopment
Conduct rigorous thematic analysis (TA) of qualitative data following Braun and Clarke's (2006) six-phase framework. Use whenever the user mentions 'thematic analysis', 'TA', 'Braun and Clarke', 'qualitative coding', 'identifying themes', or asks for help analysing interviews, focus groups, open-ended survey responses, or transcripts to identify patterns. Also trigger for questions about inductive vs theoretical coding, semantic vs latent themes, essentialist vs constructionist epistemology, building a thematic map, or writing up a qualitative findings section. Covers all six phases, the four upfront analytic decisions, the 15-point quality checklist, and the five common pitfalls. Produces a Word document write-up and an annotated thematic map. Does NOT cover IPA, grounded theory, discourse analysis, conversation analysis, or narrative analysis — use a different method for those.
development
Guide users through writing a systematic literature review (SLR) following the PRISMA 2020 framework. Use this skill whenever the user mentions 'systematic review', 'systematic literature review', 'SLR', 'PRISMA', 'PRISMA 2020', 'PRISMA flow diagram', 'PRISMA checklist', or asks for help writing, structuring, or auditing a literature review that follows reporting guidelines. Also trigger when the user asks about inclusion/exclusion criteria for a review, search strategies for databases like Scopus/WoS/PubMed, study selection processes, risk of bias assessment, or narrative synthesis for a review paper. This skill covers the full PRISMA 2020 checklist (27 items), produces a Word document manuscript in strict journal article format, generates an annotated PRISMA flow diagram, and enforces APA 7th Edition referencing throughout. It does NOT cover meta-analysis or statistical pooling. By Chuah Kee Man.
testing
Performs placebo-in-time sensitivity analysis with hierarchical null model and optional Bayesian assurance. Use when checking model robustness, verifying lack of pre-intervention effects, or estimating study power.
data-ai
Fit, summarize, plot, and interpret a chosen CausalPy experiment. Use after the causal method has been selected, including when configuring PyMC/sklearn models and scale-aware custom priors.