What problem does it solve?
Tracking browser-specific WebCodecs bugs across Chromium, WebKit, and Firefox requires manually visiting each issue tracker, extracting metadata, and formatting it consistently into the Remotion Mediabunny documentation. This Skill automates that lookup and table-update workflow.
Core Features & Use Cases
- Issue Metadata Extraction: Reads issue title, filing date, reporter, and resolution state from Chromium, WebKit Bugzilla, and Mozilla Bugzilla trackers.
- Browser Mapping: Translates tracker sources into the correct product label (Chrome, Safari, Firefox) and applies known reporter handle mappings.
- MDX Table Update: Appends a properly formatted Markdown table row to
packages/docs/docs/mediabunny/webcodecs-bugs.mdx while preserving existing columns.
- Use Case: A maintainer receives a Chromium issue URL about a WebCodecs decoding failure. Use this Skill to fetch the issue details, map the reporter, determine the fixed state, and add the row to the public bugs documentation.
Quick Start
Add the WebCodecs bug from this Chromium issue URL to the Mediabunny webcodecs-bugs documentation page.