artifact-report
Installation
SKILL.md
artifact-report
Polished HTML reports: status updates, post-mortems, incident timelines, PR writeups. These all share the same shape - a header that says what this document is and when it covers, a one-block summary that someone scrolling through Slack can absorb in five seconds, then progressively more detail underneath.
Read artifact-css/SKILL.md first for the design system and the page skeleton.
Three subtypes
The skill ships templates for three reliable archetypes. Pick the closest fit and edit.
| Subtype | Template | Use when |
|---|---|---|
| Status report | templates/status-report.html |
Recurring "what shipped, what slipped, what's next" updates. Weekly, biweekly, monthly. |
| Incident report | templates/incident-report.html |
After an outage or production incident. Minute-by-minute timeline, mitigations, follow-ups. |
| PR writeup | templates/pr-writeup.html |
The author's PR description - motivation, before/after, file-by-file tour, what reviewers should focus on. |
If the user's request doesn't match one of these cleanly, start from the status report template and adapt.