triage-nightly

Analyze scraper metrics nightly to identify regressions, errors, and broken clubs.

Updated May 25, 2024
One-click install
npx skills add https://github.com/gioe/laughtrack --skill triage-nightly
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: triage-nightly
Source: https://github.com/gioe/laughtrack/tree/main/.agents/skills/triage-nightly
Command: npx skills add https://github.com/gioe/laughtrack --skill triage-nightly

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Analyze scraper metrics nightly to identify regressions, errors, and broken clubs, and generate a triage report for rapid remediation.

Core Features & Use Cases

  • Triage Analytics: Fetches up to 7 days of metrics JSON snapshots, compares them, and categorizes clubs into regressions, errors, and broken.
  • Automated Reports: Posts a concise Discord-ready summary and can optionally create tasks for new regressions.
  • Mode Flexibility: Supports GitHub-based operation or local fallback when gh is unavailable.

Quick Start

Run the triage nightly to fetch recent metrics, generate a triage report, and post the summary to Discord.

Frequently Asked Questions about triage-nightly

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

FAQPage Schema
How do I automate scraper triage and report regressions to Discord?

You can automate scraper triage by running this Skill nightly to fetch up to 7 days of metrics JSON, categorize regressions and errors, and render a Discord-ready triage report for rapid remediation.

What is the best way to identify broken clubs and errors from nightly scraper metrics?

Identifying broken clubs from nightly scraper metrics is done by comparing up to 7 days of JSON snapshots, categorizing the data into regressions, errors, and broken status buckets for review.

Can I run scraper triage locally without GitHub?

You can run scraper triage locally without GitHub because the Skill supports a local fallback mode when the gh command-line tool is unavailable in your operating environment.

Does the triage report automatically create tasks for new regressions?

The triage report can optionally create tasks for new regressions identified during the nightly metrics analysis, enabling teams to track and manage scraper errors directly from the output.

How many days of metrics JSON are needed to generate a triage report?

Up to 7 days of metrics JSON snapshots are needed to generate a triage report, allowing the Skill to compare historical data and accurately identify regressions, errors, and broken clubs.