用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/vamseeachanta/workspace-hub --skill orcawave-aqwa-benchmark-html-report-structure命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | orcawave-aqwa-benchmark-html-report-structure |
| description | Sub-skill of orcawave-aqwa-benchmark: HTML Report Structure (+1). |
| version | 1.0.0 |
| category | engineering |
| type | reference |
| scripts_exempt | true |
from digitalmodel.diffraction.comparison_framework import BenchmarkReporter
# Initialize reporter
reporter = BenchmarkReporter()
# Generate comprehensive report
reporter.generate_html_report(
comparison_results=results,
output_file="reports/benchmark_report.html",
*See sub-skills for full details.*
## Report Sections (r4 Canonical Format)
The r4 benchmark report format is the **standard template for all diffraction analysis**. All new benchmark and diffraction reports must follow this structure:
1. **Header** — Vessel name, date, overall consensus badge
2. **Input Comparison** — Solver-column table (geometry, mass, environment, damping)
3. **Consensus Summary** — Per-DOF badges (FULL/SPLIT/NO_CONSENSUS)
4. **Per-DOF Analysis** — 2-col grid: text/conclusions left (45%), Plotly plot right (55%)
5. **Full Overlay Plots** — Combined amplitude/phase across all DOFs
6. **Notes** — Auto-generated observations
Reference implementation: `benchmark_plotter.py` + `benchmark_runner.py`