Skip to main content
mozilla
Profil créateur GitHub

mozilla

Vue par dépôt de 73 skills collectés dans 13 dépôts GitHub.

skills collectés
73
dépôts
13
mis à jour
4 sept. 2026
carte des dépôts

Où se trouvent les skills

Principaux dépôts par nombre de skills collectés, avec leur part dans ce catalogue créateur et leur couverture métier.

#01
fxa
20 skills · 18 août 2026
Analystes en assurance qualité des logiciels et testeursDéveloppeurs de logicielsAdministrateurs de réseaux et de systèmes informatiquesAnalystes en sécurité de l'informationCommis de bureau généraux
5 catégories métier · 100 % classifié
27 %part
#02
bigquery-etl-skills
13 skills · 23 avr. 2026
Architectes de bases de donnéesScientifiques des donnéesDéveloppeurs de logicielsAdministrateurs de bases de donnéesAnalystes en assurance qualité des logiciels et testeurs
5 catégories métier · 100 % classifié
18 %part
#03
media-skills
11 skills · 2 sept. 2026
Développeurs de logicielsAnalystes en assurance qualité des logiciels et testeursAnalystes en sécurité de l'information
3 catégories métier · 91 % classifié
15 %part
#04
firefox-devtools-mcp
6 skills · 4 sept. 2026
Développeurs de logicielsAnalystes en assurance qualité des logiciels et testeurs
2 catégories métier · 83 % classifié
8,2 %part
#05
firefox-aidev-plugins
6 skills · 19 août 2026
Analystes en assurance qualité des logiciels et testeursDéveloppeurs de logicielsAnalystes en sécurité de l'informationSpécialistes en gestion de projets
4 catégories métier · 100 % classifié
8,2 %part
#06
addons-developer-suite
4 skills · 2 sept. 2026
classification en attente
5,5 %part
#07
Relman
3 skills · 28 août 2026
Développeurs de logiciels
1 catégories métier · 33 % classifié
4,1 %part
#08
rag-skills
3 skills · 11 août 2026
Développeurs de logiciels
1 catégories métier · 100 % classifié
4,1 %part
Les 8 principaux dépôts sont affichés ici ; la liste complète continue ci-dessous.
explorateur de dépôts

Dépôts et skills représentatifs

fxa-triage
Commis de bureau généraux

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.

18 août 2026
fxa-jira-bug-description
Analystes en assurance qualité des logiciels et testeurs

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.

13 août 2026
fxa-jira-feature-description
Développeurs de logiciels

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.

13 août 2026
fxa-pr-open
Développeurs de logiciels

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…

13 août 2026
fxa-changelog
Développeurs de logiciels

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…

14 juil. 2026
fxa-simplify
Développeurs de logiciels

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.

1 juil. 2026
fxa-check-react
Analystes en assurance qualité des logiciels et testeurs

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.

21 mai 2026
fxa-review-quick
Analystes en assurance qualité des logiciels et testeurs

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

21 mai 2026
Affichage de 8 skills collectés sur 20.
base-schema-audit
Architectes de bases de données

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…

23 avr. 2026
column-description-finder
Architectes de bases de données

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…

23 avr. 2026
create-pr
Développeurs de logiciels

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",…

23 avr. 2026
glean-description-lookup
Architectes de bases de données

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…

23 avr. 2026
metadata-manager
Architectes de bases de données

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…

23 avr. 2026
schema-enricher
Architectes de bases de données

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…

23 avr. 2026
schema-readme-generator
Développeurs de logiciels

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,…

23 avr. 2026
skill-creator
Scientifiques des données

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…

23 avr. 2026
Affichage de 8 skills collectés sur 13.
source-permalinks
non classé

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,…

2 sept. 2026
bug-filing-pro
Développeurs de logiciels

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?,…

14 août 2026
sec-approval
Analystes en sécurité de l'information

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…

7 août 2026
uplift-request
Développeurs de logiciels

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…

22 juin 2026
media-bug-triage
Analystes en assurance qualité des logiciels et testeurs

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

6 mai 2026
tech-doc
Développeurs de logiciels

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

22 avr. 2026
mozconfig
Développeurs de logiciels

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.

10 avr. 2026
s2-validation
Analystes en assurance qualité des logiciels et testeurs

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.

3 avr. 2026
Affichage de 8 skills collectés sur 11.
efficiency-conversion-loop
Spécialistes en gestion de projets

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…

19 août 2026
efficiency-test-authoring
Analystes en assurance qualité des logiciels et testeurs

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 —…

19 août 2026
tae-test-review
Analystes en assurance qualité des logiciels et testeurs

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…

19 août 2026
trainhop-adv-target
Développeurs de logiciels

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"…

8 juil. 2026
ipprotection-review
Analystes en sécurité de l'information

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

24 avr. 2026
nova-cleanup-comments
Développeurs de logiciels

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.

5 mars 2026
12 dépôts affichés sur 13