← ClaudeAtlas

html-reportlisted

Produce a report, analysis, audit, RCA, review, or summary as a standalone HTML file with ONE consistent design. Use whenever the user asks for output "as HTML" / "report html" / "bằng html" / "làm report html" / "xuất báo cáo html" / "báo cáo html", or wants an audit/review/analysis/findings rendered as a shareable HTML page instead of plain markdown. It standardizes presentation only — you still write the content. NOT for Odoo QWeb PDF/HTML business documents (invoices, pickings, certificates) — that is the `odoo-reports` skill. This is the local-tooling report layout for findings and write-ups.
tuanle96/odoo-ai-skills · ★ 4 · Data & Documents · score 62
Install: claude install-skill tuanle96/odoo-ai-skills
# HTML Report (canonical layout) Every report this suite produces should look the same. Instead of hand-rolling a new design (or a fresh inline `<style>`) each time, **compose from the shared blocks** defined in `assets/report.css` — the bold **Magazine** theme: black header/footer slab, weight-900 headings, a yellow highlighter, a pink accent. Light + **dark mode** and a **print** stylesheet ship for free. This skill standardizes *presentation*, not *content* — you still write the analysis. The output is a single self-contained `.html` file (CSS inlined) that opens in a browser, shares cleanly, and attaches to a PR. ## When to use - The user asks for a report / analysis / audit / RCA / review / summary **as HTML**, or to "làm report html" / "xuất báo cáo html". - You are presenting findings from `odoo-review`, `odoo-debug`, `odoo-perf`, an evidence bundle, or any investigation, and want a readable page rather than a wall of markdown. **Not this skill:** Odoo QWeb reports — the printable PDF/HTML *business* documents rendered by Odoo (`ir.actions.report`, `web.external_layout`). Those are the **`odoo-reports`** skill. ## Author a report (every time) 1. **Create the file** under `plans/reports/` using the existing naming pattern `<type>-<yymmdd>-<hhmm>-<slug>.html` — e.g. `audit-260629-1048-sale-order-flow.html` (`type` = the report kind: `audit`, `review`, `analysis`, `research`, `evaluation`, `completion`, …). 2. **Start from `assets/template.html`.** K