Skip to main content
mozilla
GitHub creator profile

mozilla

Repository-level view of 73 collected skills across 13 GitHub repositories.

skills collected
73
repositories
13
updated
Sep 4, 2026
Showing the top 8 repositories here; full repository list continues below.
repository explorer

Repositories and representative skills

fxa-triage
office-clerks-general-439061

Generates a daily FxA triage summary. Queries Jira, GitHub, Bugzilla, and optionally Sentry, then outputs a Slack-ready update with detailed analysis. Use when starting triage duties or preparing the daily triage post.

Aug 18, 2026
fxa-jira-bug-description
software-quality-assurance-analysts-and-testers

Drafts a Jira bug report for an FXA issue. Gathers repro steps, expected vs actual behaviour, and affected surface, outputs a structured report, and optionally files the ticket via the Atlassian MCP. Returns the new FXA-N key when filed.

Aug 13, 2026
fxa-jira-feature-description
software-developers

Drafts a concise Jira description for an FXA task. Gathers context via targeted interview, researches relevant patterns in the repo, outputs a clean description, and optionally files the ticket via the Atlassian MCP. Returns the new FXA-N key when filed.

Aug 13, 2026
fxa-pr-open
software-developers

Drafts an FXA pull request title and body following the repo PR template and team conventions, then opens the PR as a draft after explicit confirmation. Use when a feature branch is ready and the user wants to open a PR. Do not invoke for edits to an existing…

Aug 13, 2026
fxa-changelog
software-developers

Generates a two-audience changelog from merged PRs in the FxA monorepo: a plain-language product summary and an engineer handoff with operational notes. Name a train (e.g. "341") or pass any git range; with no argument it defaults to the in-development train…

Jul 14, 2026
fxa-simplify
software-developers

Simplifies and refines code in the FXA monorepo using project-specific conventions. Use when asked to simplify, clean up, or refine recently written code. Focuses on recently modified code unless instructed otherwise.

Jul 1, 2026
fxa-check-react
software-quality-assurance-analysts-and-testers

Reviews changed React/TSX code for component design, hooks misuse, performance, accessibility, and state management issues. Reports findings with severity and concrete fix recommendations. Operates on files changed vs main.

May 21, 2026
fxa-review-quick
software-quality-assurance-analysts-and-testers

Fast single-pass FXA-specific commit review covering security, conventions, logic/bugs, tests, and migrations. No subagents — runs directly in the main context.

May 21, 2026
Showing 8 of 20 collected skills.
base-schema-audit
database-architects

Use this skill to audit tables for missing column descriptions and classify each missing column into the correct base schema promotion target (global.yaml, app_<product>.yaml, or <dataset_name>.yaml). Accepts a dataset name and an optional table filter — omit…

Apr 23, 2026
column-description-finder
database-architects

Use this skill when looking up, auditing, or managing column descriptions from global, application-specific, and dataset-specific column definition YAML files (bigquery_etl/schema/global.yaml, bigquery_etl/schema/app_<name>.yaml, and…

Apr 23, 2026
create-pr
software-developers

Use this skill when the prompt asks to create, open, or submit a pull request in the bigquery-etl repository. Handles branch creation, staging, committing, pushing, and opening a draft PR with a structured description. Triggered by phrases like "create a PR",…

Apr 23, 2026
glean-description-lookup
database-architects

Use this skill when looking up field descriptions for Mozilla Glean telemetry tables (tables ending in _live or _stable, e.g. <app>_stable.<ping>_v1). Fetches descriptions from the Glean Dictionary (dictionary.telemetry.mozilla.org) using WebFetch with…

Apr 23, 2026
metadata-manager
database-architects

Use this skill when creating or updating DAG configurations (dags.yaml), schema.yaml, and metadata.yaml files for BigQuery tables. Handles creating new DAGs when needed and coordinates test updates when queries are modified (invokes sql-test-generator as…

Apr 23, 2026
schema-enricher
database-architects

Use this skill to enrich schema.yaml files for BigQuery tables in the bigquery-etl repository. Handles creating schema.yaml when it doesn't exist, finding and filling missing column descriptions (from base schemas, upstream source schema, query context, or…

Apr 23, 2026
schema-readme-generator
software-developers

Use this skill to create or update README.md files for BigQuery ETL tables in the mozilla bigquery-etl repository. Follows layout conventions derived from comparing README files across the repo — rich style with emoji headings, Mermaid data flow diagram,…

Apr 23, 2026
skill-creator
data-scientists-152051

ALWAYS use this skill when users ask to "create a skill", "make a skill for...", "add a new skill", or similar requests. This skill guides the creation of effective skills in the bigquery-etl repository that extend Claude's capabilities with specialized…

Apr 23, 2026
Showing 8 of 13 collected skills.
source-permalinks
unclassified

Reference for constructing revision-pinned source, spec, and bug permalinks (Searchfox, GitHub, GitLab, googlesource, Codeberg, Chromium, FFmpeg, Bugzilla, specs). Use when citing code, specs, or bugs in analysis or reports and you need stable,…

Sep 2, 2026
bug-filing-pro
software-developers

File a Bugzilla bug directly via the BMO REST API with full power the prefilled enter_bug.cgi form can't do — create the bug AND upload one or more attachments (logs, patches, testcases, screenshots) AND set bug-/attachment-level flags (needinfo?, review?,…

Aug 14, 2026
sec-approval
information-security-analysts

Help prepare a Firefox security approval request by analyzing local commits/changes, deciding whether sec-approval is required at all (only parent-process vulnerabilities triggerable from a content process), and drafting answers to the sec-approval…

Aug 7, 2026
uplift-request
software-developers

Help prepare a Firefox uplift approval request (Beta, Release, and/or ESR) by checking whether patches are already on the bug, auditing sanitization once for sec-* bugs, and drafting the approval comment per…

Jun 22, 2026
media-bug-triage
software-quality-assurance-analysts-and-testers

Firefox bug triage assistant for media, web conferencing, and graphics related issues.

May 6, 2026
tech-doc
software-developers

Generate technical documentation for a specified technology domain with optional customization.

Apr 22, 2026
mozconfig
software-developers

Generate or modify Firefox mozconfig build configuration files. Use when the user asks to create a mozconfig, configure a build, set up ASan/TSan/debug builds, or match try server configurations.

Apr 10, 2026
s2-validation
software-quality-assurance-analysts-and-testers

Firefox bug triage assistant for determining if a bug severity rating of S1 or S2 is warranted, and to gather information for triaging and prioritization.

Apr 3, 2026
Showing 8 of 11 collected skills.
efficiency-conversion-loop
project-management-specialists

Run the end-to-end loop for landing a legacy Fenix UI test converted onto the ui/efficiency framework: convert → file a Bugzilla bug → commit with the real bug number → track in Jira (conversion vs. enablement) → open a moz-phab review. Use this when a…

Aug 19, 2026
efficiency-test-authoring
software-quality-assurance-analysts-and-testers

Author or convert Fenix Android UI tests onto the ui/efficiency framework. Use this whenever the task involves writing a new efficiency UI test, converting/porting a legacy ui/ (robot-based) test onto the efficiency framework, or building what a test needs —…

Aug 19, 2026
tae-test-review
software-quality-assurance-analysts-and-testers

Review and authoring guidance for new/changed tests in the Fenix TAE efficiency framework (mobile/android/fenix/app/src/androidTest/java/org/mozilla/fenix/ui/efficiency). Use when reviewing a diff, PR, or Phabricator revision that adds or modifies files under…

Aug 19, 2026
trainhop-adv-target
software-developers

End-to-end New Tab train-hop targeting for the Experimenter repo. From a single trainhop version string, files the GitHub targeting issue, branches, adds the NimbusTargetingConfig entry, lints, and stages a drafted commit. Use for "newtab trainhop targeting"…

Jul 8, 2026
ipprotection-review
information-security-analysts

Durable review guidance for Firefox's built-in IP Protection (VPN) module, covering panel UI, proxy/channel filtering, authentication, telemetry, and localization.

Apr 24, 2026
nova-cleanup-comments
software-developers

Use after tests pass on a Nova feature — before linting or formatting — to annotate changed files with @nova-cleanup instructions for post-launch automated cleanup.

Mar 5, 2026
Showing 12 of 13 repositories