report-manager

Solid

Manage and refine vision-powers reports: list, open, delete, search, and refine sections. Use when asked to list, open, delete, search, or update generated HTML reports.

AI & Automation 51 stars 4 forks Updated today MIT

Install

View on GitHub

Quality Score: 87/100

Stars 20%
57
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Report Manager Manage vision-powers reports — every persisted output (`.html`, `.artifact.html`, `.md`, `.artifact.md`): list, open, delete, search, and refine sections. ## Paths | Resource | Path | |----------|------| | Reports directory | `$CLAUDE_PLUGIN_DATA/reports/` (shell env var — use in Bash commands) | | Plugin scripts | `${CLAUDE_SKILL_DIR}/../../scripts/` | ## Operation Detection Determine the operation from `$ARGUMENTS`: | Keywords | Operation | |----------|-----------| | list, show, reports, ls | `list` | | open, view, browse | `open` | | delete, remove, clean, prune | `delete` | | search, find, grep | `search` | | refine, fix, update, adjust, change section | `refine` | Default to `list` if ambiguous. ## list Single call — returns structured JSON: ``` node ${CLAUDE_SKILL_DIR}/../../scripts/list-reports.js ``` Output contains `reports_dir`, `count`, and `reports[]` (each with `index`, `filename`, `path`, `type`, `size`, `date`, and `artifact_url` when a `<report>.artifact.json` sidecar exists — issue 007 S4.5). Format as a numbered table with clickable links. Add an `Artifact` column only when at least one report in the list has `artifact_url` (omit the column entirely otherwise — most reports won't have one): ``` | # | Report | Type | Size | Date | Artifact | |---|--------|------|------|------|----------| | 1 | [filename](file:///absolute/path) | type | size | date | [Open](artifact_url) | | 2 | [filename](file:///absolute/path) | type | size | dat...

Details

Author
LeeJuOh
Repository
LeeJuOh/claude-code-zero
Created
7 months ago
Last Updated
today
Language
JavaScript
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

Data & Documents Listed

reports

Renders the reports supermodo has written — every flow run, every standalone skill report, every release — as self-contained HTML pages plus a four-tab archive index, and opens them in the browser. Use whenever the user asks to see a run in the browser, wants the report page, the archive, the history of what supermodo has done in this project, what is waiting on them, or asks to re-render or reopen a report. Also invoked by other skills to render the report they just wrote. Triggers on 'show me the run', 'open the report', 'the archive', 'in the browser', 'what needs my attention', 're-render the reports'.

0 Updated 1 weeks ago
supermodo
Data & Documents Listed

html-report-m

Generate a self-contained HTML report (dashboard, analysis write-up, results summary, status report) saved locally so it can be versioned in GitHub, with an optional shareable claude.ai Artifact replica for non-technical stakeholders (PO, leadership). Use whenever the user asks for an "HTML report", "report", "dashboard", "visual summary", "write this up as HTML", or wants findings/data presented as a viewable page.

1 Updated 1 months ago
MathCaz
Data & Documents Listed

markdown-report

Consistent format for audit reports, review output, and workflow artifacts including required sections, severity rubric (failure/warning/info), file naming convention, and summary line rubric. Use whenever a command writes a report to `~/.claude/scratch/` or `docs/`, OR the user asks for a structured audit, review, finding report, or any output requiring the failure/warning/info severity rubric, regardless of domain.

0 Updated today
ku5ic