monitor

Serve a live read-only QA dashboard from manifest, plan, and results files.

1|Updated May 19, 2026
One-click install
npx skills add https://github.com/edonghyun/donghyuns-agent-tools --skill monitor-edonghyun
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: monitor
Source: https://github.com/edonghyun/donghyuns-agent-tools/tree/main/plugins/qa-operator/skills/monitor
Command: npx skills add https://github.com/edonghyun/donghyuns-agent-tools --skill monitor-edonghyun

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill makes ongoing QA work visible by serving a live dashboard for an active run, so you can track progress without digging through files or waiting for the final report.

Core Features & Use Cases

  • Live QA Visibility: Serves a dashboard that watches the current QA run and exposes its status in real time.
  • Read-Only Monitoring: Reads the audit manifest, plan, and latest results without changing claims, statuses, or QA output files.
  • Screenshot and Progress Review: Helps teams inspect screenshots as they appear, verify run progress, and continue monitoring an existing session.
  • Use Case: A tester wants to keep an eye on a long-running QA job, open the dashboard in a browser, and review results as they land.

Quick Start

Use the monitor skill to open the QA dashboard for the current run and show me the live progress in my browser.

Frequently Asked Questions about monitor

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

FAQPage Schema
How do I monitor a live QA run in real time?

Track live QA progress by serving a read-only dashboard that reads manifest.json, qa-plan.json, and qa-results.json to display live status, progress, and screenshots as they are generated.

What is a read-only QA dashboard and how does it work?

A read-only QA dashboard displays real-time test progress by parsing qa-results.json and manifest.json without modifying any claims, statuses, or QA output files during the active session.

Can I review screenshots during an active QA session without interrupting the run?

Yes, review screenshots during an active QA session by opening the served dashboard, which provides continued observation of an existing run without altering the ongoing audit output.

Do I need specific files to track QA audit status live?

Yes, tracking QA audit status live requires reading manifest.json, qa-plan.json, and the latest qa-results.json to populate the dashboard with accurate run progress and results.

What's the best way to observe a long-running QA job without waiting for the final report?

The best way to observe a long-running QA job is serving an index.html dashboard that continuously watches the current run, letting you inspect results as they land in real time.

Why does the live status dashboard not reflect new test results?

The live status dashboard relies on reading the latest qa-results.json; if the file is not being updated by the active run or the session has ended, the dashboard will not show new progress.