Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
$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.

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
프로젝트 관리 전문가

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
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
데이터베이스 아키텍트

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
Showing top 8 of 13 collected skills in this repository.
#003
media-skills
9 skills11updated 2026-05-14
18% of creator
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
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
저장소 10개 중 10개 표시
모든 저장소를 표시했습니다