Skip to main content
Ejecuta cualquier Skill en Manus
con un clic
$pwd:
mozilla
GitHub creator profile

mozilla

Repository-level view of 51 collected skills across 10 GitHub repositories, including approximate occupation coverage.

skills collected
51
repositories
10
occupation fields
2
updated
2026-05-29
occupation focus
Major fields detected across this creator.
repository map

Where the skills live

Top repositories by collected skill count, with their share of this creator catalog and occupation spread.

#01
fxa
18 skills · 2026-05-15
Desarrolladores de softwareAnalistas de garantía de calidad de software y probadoresAdministradores de redes y sistemas informáticosAnalistas de seguridad de la informaciónEspecialistas en gestión de proyectos
5 occupation categories · 100% classified
35%share
#02
bigquery-etl-skills
13 skills · 2026-04-23
Arquitectos de bases de datosCientíficos de datosDesarrolladores de softwareAdministradores de bases de datosAnalistas de garantía de calidad de software y probadores
5 occupation categories · 100% classified
25%share
#03
media-skills
9 skills · 2026-05-14
Analistas de garantía de calidad de software y probadoresDesarrolladores de softwareAnalistas de seguridad de la información
3 occupation categories · 100% classified
18%share
#04
rag-skills
3 skills · 2026-05-04
Arquitectos de bases de datosCientíficos de datosDesarrolladores de software
3 occupation categories · 100% classified
5.9%share
#05
fx-private-relay
2 skills · 2026-05-07
Administradores de redes y sistemas informáticosDesarrolladores de software
2 occupation categories · 100% classified
3.9%share
#06
firefox-aidev-plugins
2 skills · 2026-04-24
Analistas de seguridad de la informaciónDesarrolladores de software
2 occupation categories · 100% classified
3.9%share
#07
bedrock
1 skills · 2026-05-08
Desarrolladores de software
1 occupation categories · 100% classified
2.0%share
#08
firefox-devtools-mcp
1 skills · 2026-02-03
Analistas de garantía de calidad de software y probadores
1 occupation categories · 100% classified
2.0%share
Showing the top 8 repositories here; full repository list continues below.
repository explorer

Repositories and representative skills

#001
fxa
18 skills675229updated 2026-05-15
35% of creator
fxa-pr-status
Especialistas en gestión de proyectos

Lists open FXA PRs matching a search term with a rich status table — file/line counts, draft state, review activity, and approval status. Defaults to all open PRs needing review.

2026-05-15
fxa-run-functional-tests
Analistas de garantía de calidad de software y probadores

Approves the on-hold "Approve Functional Tests (PR)" CircleCI job for the current PR branch, kicking off the gated Playwright functional tests. Requires CIRCLECI_TOKEN in the environment.

2026-05-15
fxa-check-react
Desarrolladores de software

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.

2026-05-13
fxa-review-quick
Analistas de garantía de calidad de software y probadores

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

2026-05-13
fxa-review
Analistas de garantía de calidad de software y probadores

Thorough FXA-specific commit review using parallel specialist agents. Covers security, TypeScript, logic/bugs, test quality, and architecture. Agents explore call sites, git history, and monorepo conventions.

2026-05-13
fxa-test-draft
Analistas de garantía de calidad de software y probadores

Drafts Jest tests for changed code. Defaults to staged/unstaged changes or the most recent commit. Output is a starting point for review, not final.

2026-05-13
fxa-test-independence
Analistas de garantía de calidad de software y probadores

Validates that Jest tests in a given file pass both as a full suite and individually in isolation, catching hidden order dependencies and shared mutable state.

2026-05-13
fxa-test-repair
Analistas de garantía de calidad de software y probadores

Reviews a test file for violations of FXA testing guidelines, then suggests concrete repairs. Does not auto-apply changes — output is a repair plan for engineer review.

2026-05-13
Showing top 8 of 18 collected skills in this repository.
#002
bigquery-etl-skills
13 skills91updated 2026-04-23
25% of creator
base-schema-audit
Arquitectos de bases de datos

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 the filter to audit all tables in the dataset. Outputs a per-column recommended_target report for use in _missing_metadata.yaml. Composable with schema-enricher (Step 6).

2026-04-23
column-description-finder
Arquitectos de bases de datos

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 bigquery_etl/schema/<dataset>.yaml). Use it to find a description for a specific column, list all columns in a base schema, audit which columns in a table's schema.yaml are covered by base schemas, or identify columns missing descriptions. Works with schema-enricher skill.

2026-04-23
create-pr
Desarrolladores de software

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", "open a PR", "submit a PR", "push and open a PR".

2026-04-23
glean-description-lookup
Arquitectos de bases de datos

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 targeted field extraction — only the fields referenced in query.sql, never the full table schema.

2026-04-23
metadata-manager
Arquitectos de bases de datos

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 needed). Works with bigquery-etl-core, query-writer, and sql-test-generator skills.

2026-04-23
schema-enricher
Arquitectos de bases de datos

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 application context), validating columns against the query, and generating a summary with recommendations for where to add new descriptions (global.yaml, <dataset_name>.yaml, or app_<name>.yaml). Works with column-description-finder skill.

2026-04-23
schema-readme-generator
Desarrolladores de software

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, graduated example queries, and concise metadata overview table. Requires schema.yaml with complete descriptions (run schema-enricher first if needed) and a complete metadata.yaml.

2026-04-23
skill-creator
Científicos de datos

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 knowledge for BigQuery ETL workflows, Mozilla data platform conventions, or telemetry analysis. CRITICAL - First checks for conflicts with existing skills and recommends using/updating existing skills when appropriate. Do NOT attempt to create skills without invoking this skill first.

2026-04-23
Showing top 8 of 13 collected skills in this repository.
#003
media-skills
9 skills11updated 2026-05-14
18% of creator
sec-approval
Analistas de seguridad de la información

Help prepare a Firefox security approval request by analyzing local commits/changes and drafting answers to the sec-approval questionnaire. Use when setting sec-approval? on a Bugzilla bug.

2026-05-14
uplift-request
Desarrolladores de software

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 https://wiki.mozilla.org/Release_Management/Uplift_rules. Use after a fix is ready and needs to ride into a stabilization branch. May or may not follow sec-approval (sec-moderate typically skips sec-approval but may still need uplift).

2026-05-14
media-bug-triage
Analistas de garantía de calidad de software y probadores

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

2026-05-06
tech-doc
Desarrolladores de software

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

2026-04-22
mozconfig
Desarrolladores de software

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.

2026-04-10
s2-validation
Analistas de garantía de calidad de software y probadores

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.

2026-04-03
list-reports
Desarrolladores de software

Launch a local web server and open a browser page listing all bug triage reports in ./reports, with live JS text filtering.

2026-03-31
bugzilla-wrangler
Analistas de garantía de calidad de software y probadores

Support deep dive analysis of Bugzilla reports within specific Products and Components.

2026-03-25
Showing top 8 of 9 collected skills in this repository.
#004
rag-skills
3 skills20updated 2026-05-04
5.9% of creator
#006
firefox-aidev-plugins
2 skills47updated 2026-04-24
3.9% of creator
#009
enterprise-firefox
1 skills1732updated 2026-05-29
2.0% of creator
#010
helm-charts
1 skills20updated 2026-05-08
2.0% of creator
Mostrando 10 de 10 repositorios
Todos los repositorios cargados