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

mas-claude-config

يحتوي mas-claude-config على 21 من skills المجمعة من adobecom، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
21
Stars
1
محدث
2026-07-08
Forks
1
التغطية المهنية
3 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

adversarial-swarm
محللو ضمان جودة البرمجيات والمختبرون

Spawn 6 parallel adversarial sub-agents to audit a worktree or diff range from distinct personas (security, auth, ReDoS, dead-code, API contract, performance), then dedupe and rank findings via coordinator. Use for compressed multi-day audits. Activates on "adversarial swarm", "parallel audit", "swarm audit".

2026-07-08
audit-wave
محللو ضمان جودة البرمجيات والمختبرون

Scaffold a 4-wave architectural audit (smoke → security → hardening → deliverables) for a branch with characterization-test discipline. Use for pre-review audits of large MWPW branches (1000+ LOC, multiple features). Activates on "audit this branch", "wave audit", "pre-review audit", "architectural review".

2026-07-08
card-variant-registry
مطوّرو البرمجيات

Reference for all merch-card variants, their field schemas, CSS classes, and slot mappings. Use when adding new variants, debugging variant rendering, or understanding variant differences. Activates on "card variant", "variant fields", "variant schema", "add variant", "variant slots", "variant rendering".

2026-07-08
jira-ticket-creator
متخصصو إدارة المشاريع

Create, file, open, make, or log Jira tickets in the MWPW project via corp-jira MCP. Handles required fields (team, component, issue type) automatically. Use when the user wants to create/file/open/make/log a Jira ticket, task, story, bug, or issue — any phrasing including "create jira", "file a ticket", "open a story", "make a bug", "log a ticket", "new MWPW ticket", "raise a bug".

2026-07-08
mas-pr-creator
مطوّرو البرمجيات

Automatically detect PR creation intent and guide the process. Extracts JIRA ticket from branch, generates proper PR title and body, runs pre-flight checks, and creates PR using gh CLI. Use when user wants to create/raise/submit a PR.

2026-07-08
mas-pr-review
محللو ضمان جودة البرمجيات والمختبرون

Deep MAS-aware PR review for Milo or MAS pull requests using parallel domain agents (security, correctness, MAS contracts, coverage). Default to multi-agent fan-out; degrade to single-pass for narrow PRs. Verifies findings against current source before posting. Activates on "/mas-pr-review", "review PR", "review this PR", "second pass review", "another round of review", "audit PR", "deep PR review".

2026-07-08
mas-studio-docs-authoring
مطوّرو البرمجيات

Author and publish feature documentation for MAS Studio to the DA-backed docs site at mas.adobe.com/docs/<feature>/. Sources content from the actual Studio code (help text, store, components) so docs match shipped behavior, writes pages via the DA source API (admin.da.live), and publishes via Edge Delivery (admin.hlx.page). Use when asked to "document a studio feature", "write OST/feature docs", "add a docs page", "publish to mas.adobe.com/docs", or to wire an in-app Help link to the docs. Mirrors the workflow used to build /docs/ost.

2026-07-08
mas-studio-navigator
مطوّرو البرمجيات

Navigate and interact with MAS Studio UI using Playwright and Chrome DevTools MCPs. Handles page navigation, fragment operations (select, open, edit, save, discard), form field editing, dialogs, network inspection, console debugging, and performance analysis. Use when navigating studio, editing fragments, debugging UI issues, or automating workflows. Activates on "navigate studio", "open studio", "click", "fill field", "open fragment", "edit fragment", "save fragment", "debug studio", "inspect console", "check network".

2026-07-08
mas-studio-view
مطوّرو البرمجيات

Correct patterns for registering a new page/view in M@S Studio — PAGE_NAMES, Store namespace, studio.js getter, side-nav item, router wiring, Lit component structure, shared table styles. Use whenever building or modifying a Studio list/table view.

2026-07-08
maslibs-parameter-guide
مطوّرو البرمجيات

Comprehensive guide for using the maslibs URL parameter to test MAS web component changes locally and from feature branches. Use when testing local MAS changes, debugging components, or validating feature branches.

2026-07-08
nala-runner
محللو ضمان جودة البرمجيات والمختبرون

Run, debug, and fix NALA E2E tests. Handles test execution with npm run nala, environment pre-flight checks, failure diagnosis, and automated fixing. Use when running tests, debugging failures, fixing broken tests, or checking if tests pass. Activates on: 'run nala', 'nala test', 'fix nala', 'nala failing', 'debug nala', 'check tests', 'test this'.

2026-07-08
nala-writer
محللو ضمان جودة البرمجيات والمختبرون

Write, create, and modify NALA E2E tests. Handles new test suite creation, test case addition, page object updates, and spec modifications. Use when writing new tests, adding test cases, creating test suites for new features, or modifying existing tests. Activates on: 'write nala test', 'create test for', 'add test case', 'new nala test', 'scaffold test', 'modify nala test', 'update test'.

2026-07-08
pr-exec-review
مطوّرو البرمجيات

Fetch a PR via gh CLI and produce three artifacts — technical critical review, casual-tone reviewer comments, and non-technical executive summary — then save all three to the Obsidian vault under "PR Reviews/". Use when asked for an executive review or PR brief. Activates on "executive review", "exec review PR", "casual review", "pr brief".

2026-07-08
start-ticket
مطوّرو البرمجيات

Start working on a NEW or UNFAMILIAR Jira ticket — gathers Jira context, runs targeted codebase analysis, and only pulls FluffyJaws (Slack/wiki) research when the ticket actually needs it. Only invoke when explicitly asked to "start", "begin", or "pick up" a ticket, NOT for switching context on an already-known ticket.

2026-07-08
sync-pr-jira
مطوّرو البرمجيات

Sync your open PRs' review state to their Jira ticket status (Code Review / In Development / Ready For QA) and re-request stale reviewers. Computes the correct transition per PR from GitHub signals, prints a dry-run by default, applies only with --apply. Use when the user asks to "sync PRs to Jira", "update ticket statuses", "track my PRs", "move tickets based on review state", or "re-request reviews".

2026-07-08
sync-with-main
مطوّرو البرمجيات

Safely sync feature branch with main, auto-resolve dist conflicts, rebuild bundles, and push. Use when updating branch from main, resolving merge conflicts, or preparing for PR. Activates on "sync with main", "merge main", "update from main", "resolve conflicts".

2026-07-08
wtr-specialist
محللو ضمان جودة البرمجيات والمختبرون

Write and debug Web Test Runner (WTR) unit tests for MAS Studio components. Use when writing unit tests, debugging test failures, or setting up component test fixtures. Activates on "unit test", "wtr", "web test runner", "component test", "test fixture", "mock store", "@open-wc/testing".

2026-07-08
figma-to-studio-view
مطوّرو البرمجيات

Convert a Figma frame into a pixel-accurate, production Lit view fully wired into M@S Studio. Decomposes the design into named UI regions, decides reuse-vs-build against existing Studio patterns, fans out parallel component agents, integrates into one wired component, and validates against Figma. Use for any new Studio list/table view from Figma.

2026-06-24
pm-prior-art
متخصصو إدارة المشاريع

Search existing MWPW Jira tickets and GitHub issues/PRs for duplicate or related work before authoring a new spec. Use when a PM is about to propose a feature and should check what already exists. Activates on "is there already a ticket", "prior art", "check for duplicates", "has this been done", "related work", "before I spec".

2026-06-04
pm-spec-author
متخصصو إدارة المشاريع

Interview a product manager and draft a code-grounded, dev-ready MWPW spec — reading real code (Scout), content (Odin), and architecture (CLAUDE.md) so the spec references actual files, variants, fragments, and locales. Use when a PM wants to write a spec, propose a feature, or turn an idea into a ticket. Activates on "write a spec", "spec this out", "I want a feature", "draft a ticket for", "turn this into a spec".

2026-06-04
figma-to-merch-card
مطوّرو البرمجيات

Convert Figma designs into MAS merch card variants using the official Figma MCP + visual AI reasoning. Orchestrates a generate-test-fix loop with parallel agents for pixel-accurate output. Use when creating new card variants from Figma, converting Figma designs to merch cards, or implementing pricing card templates.

2026-05-08