Skip to main content
在 Manus 中运行任何 Skill
一键导入
$pwd:
mozilla
GitHub 创作者资料

mozilla

按仓库查看 10 个 GitHub 仓库中的 51 个已收集 skills,并展示近似职业覆盖。

已收集 skills
51
仓库
10
职业领域
2
更新
2026-05-29
职业覆盖
该创作者主要覆盖的职业大类。
这里展示前 8 个仓库;完整仓库列表在下方继续。
仓库浏览

仓库与代表性 skills

#001
fxa
18 个 skills675229更新于 2026-05-15
占该创作者 35%
fxa-pr-status
项目管理专家

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
软件质量保证分析师与测试员

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
软件开发工程师

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
软件质量保证分析师与测试员

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
软件质量保证分析师与测试员

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
软件质量保证分析师与测试员

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
软件质量保证分析师与测试员

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
软件质量保证分析师与测试员

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
当前展示该仓库 Top 8 / 18 个已收集 skills。
#002
bigquery-etl-skills
13 个 skills91更新于 2026-04-23
占该创作者 25%
base-schema-audit
数据库架构师

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
数据库架构师

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
软件开发工程师

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
数据库架构师

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
数据库架构师

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
数据库架构师

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
软件开发工程师

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
数据科学家

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
当前展示该仓库 Top 8 / 13 个已收集 skills。
#003
media-skills
9 个 skills11更新于 2026-05-14
占该创作者 18%
sec-approval
信息安全分析师

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
软件开发工程师

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
软件质量保证分析师与测试员

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

2026-05-06
tech-doc
软件开发工程师

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

2026-04-22
mozconfig
软件开发工程师

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
软件质量保证分析师与测试员

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
软件开发工程师

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
软件质量保证分析师与测试员

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

2026-03-25
当前展示该仓库 Top 8 / 9 个已收集 skills。
#004
rag-skills
3 个 skills20更新于 2026-05-04
占该创作者 5.9%
#006
firefox-aidev-plugins
2 个 skills47更新于 2026-04-24
占该创作者 3.9%
#009
enterprise-firefox
1 个 skills1732更新于 2026-05-29
占该创作者 2.0%
#010
helm-charts
1 个 skills20更新于 2026-05-08
占该创作者 2.0%
已展示 10 / 10 个仓库
已展示全部仓库