chart-review

Automate QA of clinical-trial ECharts visualizations via JSON API.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/cbeauhilton/mu --skill chart-review
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: chart-review
Source: https://github.com/cbeauhilton/mu/tree/main/home/dev/pai-skills/chart-review
Command: npx skills add https://github.com/cbeauhilton/mu --skill chart-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Review clinical trial ECharts visualizations via the views-server JSON API. No browser needed. This skill enables structured QA of data visualizations for trials, reducing manual inspection time and ensuring consistency across reviews.

Core Features & Use Cases

  • List trials and charts via the API and fetch existing reviews.
  • Submit single or batch reviews with standardized tags and comments.
  • Resolve reviews and manage review status to streamline announcements pipelines.
  • Inspect a chart's ECharts option JSON to verify data and labels.

Quick Start

Start the views-server in DEV mode and submit a first chart review using the POST /charts/review endpoint.

Frequently Asked Questions about chart-review

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

FAQPage Schema
How do I automate QA for clinical trial ECharts visualizations?▼

Automate clinical trial ECharts QA by using an agent-driven skill to list charts, fetch existing reviews, and submit standardized feedback via a JSON API. This structured approach reduces manual inspection time and ensures review consistency.

Can I submit batch reviews for clinical trial charts via an API?▼

Yes, you can submit batch reviews for clinical trial charts via the POST /charts/review API endpoint. The skill supports submitting single or batch reviews with standardized tags and comments to streamline the announcement pipeline.

Do I need a browser to inspect ECharts option JSON for trial data validation?▼

No, you do not need a browser to inspect ECharts option JSON. The skill automates trial data validation by directly interacting with the views-server JSON API to verify chart data, labels, and integrity.

How do I resolve review feedback and manage chart status in a dev-mode workflow?▼

Resolve review feedback and manage chart status by using the API to update review statuses and streamline announcements. The dev-mode workflow requires the views-server running in DEV mode with proper authentication to manage these cycles.

What are the limitations of automating clinical trial chart reviews through an API?▼

Automating clinical trial chart reviews requires the views-server running in DEV mode and proper authentication. Limitations include dependency on specific API endpoints for listing charts and submitting reviews, restricting use to dev-mode workflows.