list-reports

Launch a local browser to search and sort Bugzilla triage reports.

1|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/mozilla/media-skills --skill list-reports
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: list-reports
Source: https://github.com/mozilla/media-skills/tree/main/list-reports
Command: npx skills add https://github.com/mozilla/media-skills --skill list-reports

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill turns a folder of bug triage Markdown reports into a searchable, sortable browser view so you can review findings faster without opening each file manually.

Core Features & Use Cases

  • Local report browser: Starts a lightweight web server that lists every report in the reports folder.
  • Fast triage review: Shows bug ID, generated date, component, severity and priority, reporter, summary, and a preview of the research notes.
  • Live Bugzilla enrichment: Fetches current status, severity, and priority after the page loads so you can compare the report with the latest bug state.
  • Interactive filtering and sorting: Lets you search across report fields and reorder the list by bug ID, date, component, reporter, status, severity, or priority.

Quick Start

Run the report browser skill to open a local page for viewing and filtering the bug triage reports in my reports folder.

Frequently Asked Questions about list-reports

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

FAQPage Schema
How do I browse multiple bug triage reports at once?

Bug triage reports are parsed from Markdown files stored in a local reports directory, extracting bug ID, component, severity, priority, reporter, and research notes into structured fields for display.

Can I filter and sort bug triage reports by severity and component?

The browser fetches current status, severity, and priority fields via live Bugzilla lookups after the page loads, allowing you to compare the stored report data with the latest bug state.

Do I need a Python HTTP server to view local triage reports?

You can launch the report browser by running the skill, which starts the local web server and opens a page for viewing and filtering the bug triage reports in your reports folder.

How does live Bugzilla enrichment work for local Markdown reports?

Live Bugzilla enrichment fetches current bug status, severity, and priority fields from Bugzilla after the page loads. This overlays the latest bug state onto your parsed Markdown report data for comparison.

What is the best way to review a folder of bug triage Markdown files?

The best way to review a folder of bug triage Markdown files is using a local report browser that parses the files and provides a web interface with searching, sorting, and live Bugzilla status enrichment.