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 47 stars 4 forks Updated 4 days ago MIT

Install

View on GitHub

Quality Score: 87/100

Stars 20%
56
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 HTML reports: 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`). Format as a numbered table with clickable links: ``` | # | Report | Type | Size | Date | |---|--------|------|------|------| | 1 | [filename](file:///absolute/path) | type | size | date | ``` ## open 1. **No argument**: open the most recent report 2. **Number**: Nth from list output 3. **Partial name**: glob match `$CLAUDE_PLUGIN_DATA/reports/*{arg}*.html` ```bash open <resolved-absolute-path> ``` Print the `file:///` URL for reference. ## delete **Always confirm with AskUserQuestion before deleting.** Filters: - Specific file: filename or number from list - Type: `--type diff-visual` - ...

Details

Author
LeeJuOh
Repository
LeeJuOh/claude-code-zero
Created
4 months ago
Last Updated
4 days ago
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category