Published eval reports¤
Single-file HTML dashboards published from humblskills eval runs. Each report is self-contained (inline Plotly) and opens standalone. Every published report is referenced by a dated filename — there is no latest-* alias. To browse the per-skill scenario pages with live previews, use the sidebar (e.g. use-smart-humanize-text reports).
Reports index¤
| Date | Showcase | Skill | Runner | Link |
|---|---|---|---|---|
| 2026-04-20 | adaptive-brand-voice-discovery | use-smart-humanize-text | cursor-agent | HTML · scenario page |
| 2026-04-27 | indie-launch-copy-iteration | use-smart-humanize-text | cursor-agent | HTML · scenario page |
Reproducing locally¤
humblskills eval brand-voice
# equivalent long form:
humblskills eval run use-smart-humanize-text --scenario adaptive-brand-voice-discovery --open
# indie-launch:
humblskills eval run use-smart-humanize-text --scenario indie-launch-copy-iteration --runner cursor-agent
See Scenarios for scenario design notes.
Publishing a new report¤
- Run the eval:
humblskills eval brand-voice(or any scenario). - Locate the freshly-generated
report.html(path is printed after the run; also visible viahumblskills eval ls <skill>). - Copy into this directory with a date-stamped name:
cp report.html docs/eval/reports/<showcase>-YYYY-MM-DD.html. - Add a row to the table above with the dated link, and update the relevant scenario page under
use-smart-humanize-text/to point its iframe at the new dated filename. - Open a PR — GitHub Actions will publish the new HTML file to GitHub Pages under
https://jjfantini.github.io/humblSKILLS/eval/reports/.