Skip to main content
Execute qualquer Skill no Manus
com um clique
mozilla
Perfil de criador do GitHub

mozilla

Visão por repositório de 64 skills coletadas em 12 repositórios do GitHub.

skills coletadas
64
repositórios
12
atualizado
2026-07-17
mapa de repositórios

Onde as skills estão

Principais repositórios por número de skills coletadas, com sua participação neste catálogo do criador e sua distribuição ocupacional.

#01
fxa
20 skills · 2026-07-14
Analistas de garantia de qualidade de software e testadoresDesenvolvedores de softwareAdministradores de redes e sistemas de computadorAnalistas de segurança da informação
4 categorias ocupacionais · 100% classificado
31%participação
#02
bigquery-etl-skills
13 skills · 2026-04-23
Arquitetos de banco de dadosCientistas de dadosDesenvolvedores de softwareAdministradores de banco de dadosAnalistas de garantia de qualidade de software e testadores
5 categorias ocupacionais · 100% classificado
20%participação
#03
media-skills
11 skills · 2026-06-22
Analistas de garantia de qualidade de software e testadoresDesenvolvedores de softwareAnalistas de segurança da informação
3 categorias ocupacionais · 100% classificado
17%participação
#04
firefox-devtools-mcp
4 skills · 2026-07-09
Desenvolvedores de software
1 categorias ocupacionais · 100% classificado
6.3%participação
#05
firefox-aidev-plugins
4 skills · 2026-07-11
Desenvolvedores de softwareAnalistas de garantia de qualidade de software e testadoresAnalistas de segurança da informação
3 categorias ocupacionais · 100% classificado
6.3%participação
#06
rag-skills
3 skills · 2026-07-14
Desenvolvedores de software
1 categorias ocupacionais · 100% classificado
4.7%participação
#07
fx-private-relay
2 skills · 2026-05-07
Administradores de redes e sistemas de computadorDesenvolvedores de software
2 categorias ocupacionais · 100% classificado
3.1%participação
#08
stmo-cli
2 skills · 2026-07-17
Desenvolvedores de software
1 categorias ocupacionais · 100% classificado
3.1%participação
Os 8 principais repositórios são exibidos aqui; a lista completa continua abaixo.
explorador de repositórios

Repositórios e skills representativas

fxa-changelog
Desenvolvedores de software

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 on main (the latest release tag up to HEAD — not a deployed stage/prod train), framed as the range the train owner is accountable for. Use for train-owner handoffs, train summaries, or "what shipped" questions.

2026-07-14
fxa-triage
Desenvolvedores de software

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.

2026-07-09
fxa-simplify
Desenvolvedores de software

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.

2026-07-01
fxa-check-react
Analistas de garantia de qualidade de software e testadores

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-21
fxa-review-quick
Analistas de garantia de qualidade de software e testadores

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-21
fxa-review
Analistas de garantia de qualidade de software e testadores

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-21
fxa-test-draft
Analistas de garantia de qualidade de software e testadores

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-21
fxa-test-repair
Analistas de garantia de qualidade de software e testadores

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-21
Mostrando as 8 principais de 20 skills coletadas neste repositório.
base-schema-audit
Arquitetos de banco de dados

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
Arquitetos de banco de dados

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
Desenvolvedores 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
Arquitetos de banco de dados

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
Arquitetos de banco de dados

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
Arquitetos de banco de dados

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
Desenvolvedores 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
Cientistas de dados

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
Mostrando as 8 principais de 13 skills coletadas neste repositório.
bug-filing-pro
Analistas de garantia de qualidade de software e testadores

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?, sec-approval?, approval-mozilla-*?, tracking flags) in one confirmed operation. Also attaches files to, and sets flags on, existing bugs. Use when the user wants to actually submit a bug (not just open a draft form), attach files while filing, or set flags. For a simple file-it-myself-in-the-browser draft with no attachments, prefer the form-based `bug-filing` skill instead. Requires a Bugzilla API key.

2026-06-22
sec-approval
Analistas de segurança da informação

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-06-22
uplift-request
Desenvolvedores 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-06-22
source-permalinks
Desenvolvedores de software

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, revision-pinned URLs instead of trunk/HEAD links.

2026-06-22
media-bug-triage
Analistas de garantia de qualidade de software e testadores

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

2026-05-06
tech-doc
Desenvolvedores de software

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

2026-04-22
mozconfig
Desenvolvedores 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 garantia de qualidade de software e testadores

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
Mostrando as 8 principais de 11 skills coletadas neste repositório.
tae-test-review
Analistas de garantia de qualidade de software e testadores

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 that path — page objects, selectors, navigation edges, or test files. Also use when authoring a new test and self-checking before submission, when asked to check a test against TAE conventions, classify a test (presence/interaction/behavior), or judge whether a helper belongs in a page object vs. BasePage. Applies the framework's principles and anti-patterns as a review rubric with severity tiers.

2026-07-11
trainhop-adv-target
Desenvolvedores de software

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" requests.

2026-07-08
ipprotection-review
Analistas de segurança da informação

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

2026-04-24
nova-cleanup-comments
Desenvolvedores de software

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.

2026-03-05
Mostrando 12 de 12 repositórios
Todos os repositórios foram exibidos