Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
mozilla
ملف منشئ GitHub

mozilla

عرض على مستوى المستودعات لـ 64 skills مجمعة عبر 12 مستودعات GitHub.

skills مجمعة
64
مستودعات
12
محدث
2026-07-17
خريطة المستودعات

أين توجد skills

أهم المستودعات حسب عدد skills المجمعة، مع حصتها من كتالوج هذا المنشئ وانتشارها المهني.

#01
fxa
20 skills · 2026-07-14
محللو ضمان جودة البرمجيات والمختبرونمطوّرو البرمجياتمحللو أمن المعلوماتمديرو الشبكات وأنظمة الحاسوب
4 فئات مهنية · 100% مصنفة
31%الحصة
#02
bigquery-etl-skills
13 skills · 2026-04-23
مصممو قواعد البياناتعلماء البياناتمطوّرو البرمجياتمحللو ضمان جودة البرمجيات والمختبرونمديرو قواعد البيانات
5 فئات مهنية · 100% مصنفة
20%الحصة
#03
media-skills
11 skills · 2026-06-22
محللو ضمان جودة البرمجيات والمختبرونمطوّرو البرمجياتمحللو أمن المعلومات
3 فئات مهنية · 100% مصنفة
17%الحصة
#04
firefox-devtools-mcp
4 skills · 2026-07-09
مطوّرو البرمجيات
1 فئات مهنية · 100% مصنفة
6.3%الحصة
#05
firefox-aidev-plugins
4 skills · 2026-07-11
مطوّرو البرمجياتمحللو أمن المعلوماتمحللو ضمان جودة البرمجيات والمختبرون
3 فئات مهنية · 100% مصنفة
6.3%الحصة
#06
rag-skills
3 skills · 2026-07-14
مطوّرو البرمجيات
1 فئات مهنية · 100% مصنفة
4.7%الحصة
#07
fx-private-relay
2 skills · 2026-05-07
مديرو الشبكات وأنظمة الحاسوبمطوّرو البرمجيات
2 فئات مهنية · 100% مصنفة
3.1%الحصة
#08
stmo-cli
2 skills · 2026-07-17
مطوّرو البرمجيات
1 فئات مهنية · 100% مصنفة
3.1%الحصة
نعرض هنا أهم 8 مستودعات؛ تستمر القائمة الكاملة أدناه.
مستكشف المستودعات

المستودعات و skills الممثلة

fxa-changelog
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
محللو ضمان جودة البرمجيات والمختبرون

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
محللو ضمان جودة البرمجيات والمختبرون

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
محللو ضمان جودة البرمجيات والمختبرون

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
محللو ضمان جودة البرمجيات والمختبرون

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
محللو ضمان جودة البرمجيات والمختبرون

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
عرض أهم 8 من أصل 20 skills مجمعة في هذا المستودع.
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
عرض أهم 8 من أصل 13 skills مجمعة في هذا المستودع.
bug-filing-pro
محللو ضمان جودة البرمجيات والمختبرون

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
محللو أمن المعلومات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
محللو ضمان جودة البرمجيات والمختبرون

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
عرض أهم 8 من أصل 11 skills مجمعة في هذا المستودع.
tae-test-review
محللو ضمان جودة البرمجيات والمختبرون

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
مطوّرو البرمجيات

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
محللو أمن المعلومات

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
مطوّرو البرمجيات

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
عرض 12 من أصل 12 مستودعات
تم تحميل كل المستودعات