pdf-review-dashboard

Generate a self-contained HTML dashboard comparing PDFs with verification results.

13|4|Updated Apr 27, 2026
One-click install
npx skills add https://github.com/memect/kc --skill pdf-review-dashboard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pdf-review-dashboard
Source: https://github.com/memect/kc/tree/main/template/skills/zh/pdf-review-dashboard
Command: npx skills add https://github.com/memect/kc --skill pdf-review-dashboard

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Simplifies the manual QA workflow of comparing source PDFs against verification results by producing a single, self-contained HTML dashboard that can be shared for review.

Core Features & Use Cases

  • Self-contained dashboard: left pane for the original PDF, right pane for interactive verification results.
  • Interactive navigation: click a result to jump to and highlight the corresponding PDF page.
  • Easy annotation collection: supports real-world marking data to drive iterative improvements.

Quick Start

运行脚本 generate_review.js,传入 PDF 路径和结果 JSON 文件,即可生成一个自包含的 HTML 审核仪表板。

Frequently Asked Questions about pdf-review-dashboard

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a PDF review dashboard for QA validation?

To create a PDF review dashboard, run the generate_review script with a PDF path and a JSON results file to produce a self-contained HTML dashboard for visual auditing.

Can I share a single HTML file to review PDF verification results?

Yes, you can share a single HTML file to review PDF verification results because the dashboard embeds the PDF as base64 and renders pages locally without external dependencies.

How do I jump to a specific PDF page from an interactive results panel?

To jump to a specific PDF page from an interactive results panel, click a result item in the dashboard, which automatically navigates to and highlights the corresponding PDF page.

Does the interactive PDF dashboard require any external server or dependencies?

The interactive PDF dashboard requires no external server or dependencies, rendering the embedded base64 PDF entirely in the browser using pdf.js for a portable review artifact.

What is the best way to visually compare an input PDF against a JSON results file?

The best way to visually compare an input PDF against a JSON results file is generating a two-pane HTML dashboard that displays the source document and interactive verification results side by side.

How do I collect annotations on a PDF for iterative QA improvements?

To collect annotations on a PDF for iterative QA improvements, use the generated HTML dashboard to support real-world marking data, enabling teams to review and share feedback on verification outputs.