html-reportlisted
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