continuous-delivery-inspection

Extract three continuous delivery metrics from the dashboard into a daily JSON report.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/gaojingqi12/inspection --skill continuous-delivery-inspection
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: continuous-delivery-inspection
Source: https://github.com/gaojingqi12/inspection/tree/main/ContinuousDelivery-inspection
Command: npx skills add https://github.com/gaojingqi12/inspection --skill continuous-delivery-inspection

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires playwright, and includes scripts (resource) components.

What problem does it solve?

This skill automates the collection of three continuous delivery metrics from the dashboard and generates a daily JSON report for central HTML weaving by JoyClaw.

Core Features & Use Cases

  • Three-metric extraction: Reads the three target cards after applying department filters and writes values to JSON.
  • Daily reporting: Outputs a daily JSON file consumed by the orchestrator to update HTML reports.
  • Error handling: Detects failures, writes a failed JSON with error details to aid debugging.

Quick Start

Run the script from the ContinuousDelivery-inspection directory to extract today’s three metrics and generate the daily JSON.

Frequently Asked Questions about continuous-delivery-inspection

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

FAQPage Schema
How do I automate continuous delivery metrics extraction for daily reports?

Automating continuous delivery metrics extraction is done by using Playwright to navigate the dashboard UI, apply department filters, and read values from three metric cards to generate a daily JSON report.

How does Playwright extract dashboard metrics into a JSON report?

Playwright extracts dashboard metrics by navigating the UI, reading values from three target metric cards after filtering by department, and emitting a standardized JSON payload containing the date, department, metrics, and units.

Can I use this to generate a daily JSON report for department-specific delivery metrics?

Yes, you can generate a daily JSON report for department-specific delivery metrics by running the script from its inspection directory to extract today's three target metrics and output the standardized JSON file.

What happens when automated dashboard metric extraction fails?

When automated dashboard metric extraction fails, the script handles the error by writing a failed JSON file that contains specific error details to aid in debugging the continuous delivery inspection workflow.

Do I need Playwright to automate continuous delivery dashboard reporting?

Yes, you need Playwright to automate continuous delivery dashboard reporting because it is the dependency used to navigate the UI, apply department filters, and read the three metric card values.

Why does my daily JSON report fail to integrate with the central HTML report?

Daily JSON report integration fails if the script encounters extraction errors, resulting in a failed JSON payload with error details rather than the standardized metrics output expected by the JoyClaw orchestrator.