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 48 stars 5 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 84/100

Stars 20%
56
Recency 20%
90
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
6 months ago
Last Updated
1 weeks ago
Language
JavaScript
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category