From route-wise-screenshot-comparison-tool
Run the full token-free route-screenshot comparison report (webpack extract → login → capture → report → serve)
How this command is triggered — by the user, by Claude, or both
Slash command
/route-wise-screenshot-comparison-tool:generate-reportThe summary Claude sees in its command listing — used to decide when to auto-load this command
Run the deterministic, **token-free** report pipeline. Do NOT re-implement any step in the model — just invoke the script and report the served URL. The script: 1. webpack-extracts the route list (`tools/webpack.routes.config.js`) → `reports/routes.generated.json` 2. ensures a session — **checks logged-in first**, falls back to curling the login API for a cookie (`tools/ensure-login.sh`) 3. screenshots every route on each configured origin (`tools/capture-routes.js`) 4. builds the static HTML report (`tools/build-report.js`) 5. serves it on `$PORT` Re-run any number of times; it reuses ...
Run the deterministic, token-free report pipeline. Do NOT re-implement any step in the model — just invoke the script and report the served URL.
cd route-wise-screenshot-comparison-tool && ./generate-report.sh config/target.env
The script:
tools/webpack.routes.config.js) → reports/routes.generated.jsontools/ensure-login.sh)tools/capture-routes.js)tools/build-report.js)$PORTRe-run any number of times; it reuses a still-valid cookie and built routes. The only thing to surface back to the user is the served URL and the pass/warn/auth counts printed by step 4.
npx claudepluginhub sandeepkumarlambdatest/route-wise-screenshot-comparison-tool --plugin route-wise-screenshot-comparison-tool/generate-reportGenerates detailed WCAG accessibility audit report with organized findings, severity levels, code fixes, compliance score, executive summary, priority matrix, and references in Markdown/HTML.
/generate-reportGenerates detailed load test performance report from recent results, with latency/throughput metrics, error breakdowns, slowest endpoints, trends, SLA comparisons, and recommendations. Saves as timestamped Markdown.
/generate-reportGenerates advanced SEO and GEO analysis reports for a domain, supporting executive-summary, technical-analysis, geo-comprehensive, competitive-intelligence types and Markdown, HTML, PDF, JSON, Excel formats.