bdl-quality-check

Monitors CURRENT Bitdefender status and generates vendor-ready reports from historical health data.

1|Updated May 24, 2025
One-click install
npx skills add https://github.com/najicham/nba-stats-scraper --skill bdl-quality-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bdl-quality-check
Source: https://github.com/najicham/nba-stats-scraper/tree/main/.claude/skills/bdl-quality-check
Command: npx skills add https://github.com/najicham/nba-stats-scraper --skill bdl-quality-check

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams quickly determine the health of the Ball Don't Lie (BDL) API service, identify recent issues, and prepare communications for vendors.

Core Features & Use Cases

  • Check current BDL service status and view historical health trends.
  • Compile issue timelines and metrics such as outages, latency, and data delivery.
  • Generate vendor-ready reports for escalation, remediation, or cancellation decisions.

Quick Start

Review the most recent BDL status to assess service health. If issues are detected, run the reporting script to generate a vendor-ready markdown report covering the last 45 days. Share the generated report with the vendor or stakeholders as needed.

Frequently Asked Questions about bdl-quality-check

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

FAQPage Schema
How do I monitor Ball Don't Lie API service health and check for outages?

You can monitor Ball Don't Lie API service health by checking the current status and historical trends. The skill uses the nba_orchestration.bdl_service_issues view to detect ongoing outages, latency spikes, and data delivery quality events.

How do I generate a vendor-ready report for API issues and service escalations?

To generate a vendor-ready report for API service escalations, run the bin/monitoring/bdl_issue_report.py script. It compiles issue timelines and metrics into a markdown report covering the last 45 days for vendor remediation.

What metrics are included when monitoring BDL API quality events?

Monitoring BDL API quality events includes metrics such as outages, latency variations, and data delivery failures. These metrics are compiled from the nba_orchestration.bdl_service_issues view to assess service health.

Can I use BigQuery to track historical health trends for the Ball Don't Lie API?

Yes, you can use BigQuery to track historical health trends for the Ball Don't Lie API. The skill relies on the nba_orchestration.bdl_service_issues BigQuery view to identify recent issues and compile historical quality event data.

What is the best way to prepare for vendor escalation regarding BDL service disruptions?

The best way to prepare for vendor escalation regarding BDL service disruptions is to generate a markdown report summarizing the last 45 days of issues. Use the reporting script to compile timelines and metrics for stakeholders.