Skip to main content
mozilla
GitHub クリエイタープロフィール

mozilla

13 件の GitHub リポジトリにある 73 件の収集済み skills をリポジトリ単位で表示します。

収集済み skills
73
リポジトリ
13
更新
2026年9月4日
リポジトリマップ

skills がある場所

収集済み skill 数が多いリポジトリを、このクリエイターカタログ内の比率と職業範囲とともに表示します。

#01
fxa
20 件の skills · 2026年8月18日
ソフトウェア品質保証アナリスト・テスターソフトウェア開発者ネットワーク・コンピュータシステム管理者一般事務員情報セキュリティアナリスト
5 件の職業カテゴリ · 100% 分類済み
27%比率
#02
bigquery-etl-skills
13 件の skills · 2026年4月23日
データベースアーキテクトデータサイエンティストソフトウェア開発者ソフトウェア品質保証アナリスト・テスターデータベース管理者
5 件の職業カテゴリ · 100% 分類済み
18%比率
#03
media-skills
11 件の skills · 2026年9月2日
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスター情報セキュリティアナリスト
3 件の職業カテゴリ · 91% 分類済み
15%比率
#04
firefox-devtools-mcp
6 件の skills · 2026年9月4日
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスター
2 件の職業カテゴリ · 83% 分類済み
8.2%比率
#05
firefox-aidev-plugins
6 件の skills · 2026年8月19日
ソフトウェア品質保証アナリスト・テスターソフトウェア開発者プロジェクト管理専門家情報セキュリティアナリスト
4 件の職業カテゴリ · 100% 分類済み
8.2%比率
#06
addons-developer-suite
4 件の skills · 2026年9月2日
分類待ち
5.5%比率
#07
Relman
3 件の skills · 2026年8月28日
ソフトウェア開発者
1 件の職業カテゴリ · 33% 分類済み
4.1%比率
#08
rag-skills
3 件の skills · 2026年8月11日
ソフトウェア開発者
1 件の職業カテゴリ · 100% 分類済み
4.1%比率
ここでは上位 8 件のリポジトリを表示しています。完全なリストは下に続きます。
リポジトリエクスプローラー

リポジトリと代表的な skills

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年8月18日
fxa-jira-bug-description
ソフトウェア品質保証アナリスト・テスター

Drafts a Jira bug report for an FXA issue. Gathers repro steps, expected vs actual behaviour, and affected surface, outputs a structured report, and optionally files the ticket via the Atlassian MCP. Returns the new FXA-N key when filed.

2026年8月13日
fxa-jira-feature-description
ソフトウェア開発者

Drafts a concise Jira description for an FXA task. Gathers context via targeted interview, researches relevant patterns in the repo, outputs a clean description, and optionally files the ticket via the Atlassian MCP. Returns the new FXA-N key when filed.

2026年8月13日
fxa-pr-open
ソフトウェア開発者

Drafts an FXA pull request title and body following the repo PR template and team conventions, then opens the PR as a draft after explicit confirmation. Use when a feature branch is ready and the user wants to open a PR. Do not invoke for edits to an existing…

2026年8月13日
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…

2026年7月14日
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年7月1日
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年5月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年5月21日
収集済み skill 20 件中 8 件を表示しています。
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…

2026年4月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…

2026年4月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",…

2026年4月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…

2026年4月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…

2026年4月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…

2026年4月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,…

2026年4月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…

2026年4月23日
収集済み skill 13 件中 8 件を表示しています。
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,…

2026年9月2日
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?,…

2026年8月14日
sec-approval
情報セキュリティアナリスト

Help prepare a Firefox security approval request by analyzing local commits/changes, deciding whether sec-approval is required at all (only parent-process vulnerabilities triggerable from a content process), and drafting answers to the sec-approval…

2026年8月7日
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…

2026年6月22日
media-bug-triage
ソフトウェア品質保証アナリスト・テスター

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

2026年5月6日
tech-doc
ソフトウェア開発者

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

2026年4月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年4月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年4月3日
収集済み skill 11 件中 8 件を表示しています。
efficiency-conversion-loop
プロジェクト管理専門家

Run the end-to-end loop for landing a legacy Fenix UI test converted onto the ui/efficiency framework: convert → file a Bugzilla bug → commit with the real bug number → track in Jira (conversion vs. enablement) → open a moz-phab review. Use this when a…

2026年8月19日
efficiency-test-authoring
ソフトウェア品質保証アナリスト・テスター

Author or convert Fenix Android UI tests onto the ui/efficiency framework. Use this whenever the task involves writing a new efficiency UI test, converting/porting a legacy ui/ (robot-based) test onto the efficiency framework, or building what a test needs —…

2026年8月19日
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…

2026年8月19日
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"…

2026年7月8日
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年4月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年3月5日
13 件中 12 件のリポジトリを表示