Html Report banner
MadsLorentzen MadsLorentzen

Html Report

Development community

Description

# /html-report - Generate Application Tracker Dashboard Generate a self-contained HTML dashboard from `job_search_tracker.csv` and the application archives under `documents/applications/`. The output is a single `.html` file — no server, no dependencies — that can be opened directly in a browser. ## Step 0: Parse Arguments - No argument → output to `reports/application-dashboard.html` - A path argument (e.g. `/html-report ~/Desktop/report.html`) → use that path - `--open` flag → after writing

Installation

Installs to ~/.claude/commands/madslorentzen-ai-job-search-html-report.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/MadsLorentzen/ai-job-search/HEAD/.claude/commands/html-report.md -o ~/.claude/commands/madslorentzen-ai-job-search-html-report.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository