results-report

Writes decision-oriented experiment summary reports from analysis artifacts into Obsidian.

Updated Oct 7, 2022
One-click install
npx skills add https://github.com/tamagusko/linux-cfg --skill results-report-tamagusko
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: results-report
Source: https://github.com/tamagusko/linux-cfg/tree/main/dotfiles/claude/skills/results-report
Command: npx skills add https://github.com/tamagusko/linux-cfg --skill results-report-tamagusko

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? After running experiments and statistical analysis, researchers still need to turn raw analysis outputs into a coherent, decision-oriented report. This Skill converts completed analysis bundles into structured post-experiment reports with consistent naming, frontmatter, and Obsidian write-back. ## Core Features & Use Cases - Structured Report Generation: Produces a ten-section report covering executive summary, statistical validation, figure-by-figure interpretation, limitations, and next actions. - Evidence Discipline: Enforces statistical completeness rules so claims carry sample sizes, effect sizes, and uncertainty, and tentative results are never upgraded to conclusions. - Obsidian Integration: Writes reports to Results/Reports/ with standardized filenames, YAML frontmatter, and links back to experiment and result notes. - Use Case: After finishing a round of ablation experiments with results-analysis outputs, ask for a round summary and receive a dated, searchable report that states what changed in project belief and what to do next. ## Quick Start Ask the assistant to write a results report for round 3 of your freezing experiment using the analysis bundle in the analysis-output directory.

Frequently Asked Questions about results-report

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I write an experiment results report from analysis outputs?

Provide the analysis bundle (analysis-report.md, stats-appendix.md, figure-catalog.md) and request a results report. The Skill locks the experiment line, round, and purpose, then writes a ten-section decision-oriented report citing the actual evidence.

What is the difference between results-analysis and results-report?

results-analysis performs strict statistics, generates figures, and builds the stats appendix. results-report runs afterward and turns those artifacts into a complete narrative report with interpretation, limitations, and next actions.

Does this Skill write reports into Obsidian?

Yes, when the repository is bound to an Obsidian project knowledge base, it creates or updates notes under Results/Reports/, links to Experiments/ notes, and appends a trace to the daily note. Unbound repos get a local markdown file instead.

What happens if the analysis bundle is missing?

The Skill does not fabricate results. It either generates the missing bundle first via results-analysis or explicitly marks which claims cannot be supported, keeping unsupported statements tentative.

What filename and frontmatter format do experiment reports use?

Filenames follow YYYY-MM-DD--{experiment-line}--r{round}--{purpose}.md, and frontmatter includes type, date, experiment_line, round, purpose, status, source_artifacts, and linked experiment and result notes.