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

fxa

يحتوي fxa على 20 من skills المجمعة من mozilla، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
20
Stars
682
محدث
2026-07-14
Forks
237
التغطية المهنية
4 فئات مهنية · 100% مصنفة
مستكشف المستودعات

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
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-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-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-05-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-05-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 PR.

2026-05-13
fxa-dot-release
مديرو الشبكات وأنظمة الحاسوب

EXPERIMENTAL — Guides an engineer through the FXA release process for stage. Walks through tagging, building, deploying, and smoke-testing step by step. NOT for auto mode; performs irreversible actions and requires confirmation at each step.

2026-04-30
fxa-check-docs
مطوّرو البرمجيات

Improves documentation in changed files. Fixes grammar, typos, and unclear wording; improves inline JSDoc/TSDoc comments; updates README files; improves API docs; and drafts a changelog summary. Operates on files changed vs main.

2026-03-20
fxa-check-githistory
محللو ضمان جودة البرمجيات والمختبرون

Examines the git history of files changed in the current branch to identify potential regressions, re-introduced bugs, or changes that conflict with past fixes. Cross-references current changes against prior commits on the same code paths.

2026-03-20
fxa-check-smells
محللو ضمان جودة البرمجيات والمختبرون

Reviews changed code for code smells across design, implementation, tests, and dependencies. Reports findings with severity and concrete fix recommendations. Operates on files changed vs main.

2026-03-20
fxa-explain-code
مطوّرو البرمجيات

Explains code for experienced engineers. Covers what changed, why it works, non-obvious decisions, gotchas, and data/control flow. Defaults to git diff vs main; accepts an optional file or path argument.

2026-03-20
fxa-security-review
محللو أمن المعلومات

Comprehensive security review of changed code. Checks for OWASP vulnerabilities, secrets leakage, XSS, SQL/Redis injection, CORS issues, insecure crypto, OTP/TOTP misuse, insufficient logging, Docker/CI exposure, and more. Use when landing changes that touch auth, payments, user data, or any security-sensitive path.

2026-03-20