Expo's official skill for building native-feeling screens: Apple HIG styling, semantic colors, SF Symbols, native controls, Reanimated, blur and liquid glass.
Playwright Test AutomationSkill
Summary
TestMu AI's official skill for generating production-grade Playwright suites in TypeScript, JavaScript, Python, Java or C#, locally or on a 3,000-combination browser cloud.
Features
- Resolves local vs. cloud vs. HyperExecute vs. SmartUI execution target before writing code
- Generates Playwright tests in TypeScript, JavaScript, Python, Java or C#
- Page-object structure, fixtures, API mocking and route interception
- Cloud capability syntax for 3,000+ browser/OS combinations and real mobile devices
- Trace, video and retry configuration for debugging flaky tests
Install This Skill
Add this skill to your favorite AI agent in a few steps.
Skill Content
Example Usage
Write Playwright E2E tests for the checkout flow and run them on Safari and Edge in the cloud
Description
Maintained by the TestMu AI team (formerly LambdaTest), this is one of roughly fifty framework-specific testing skills in the same repository, and the one that covers Playwright.
Its value is the decision procedure it puts in front of code generation rather than the snippets themselves. The skill first resolves the execution target — local, TestMu AI cloud, HyperExecute for parallel runs at scale, or SmartUI for visual regression — including the cases a local runner simply cannot serve, such as Safari on Windows or Edge on Linux. It then detects the language from the prompt and the repository (TypeScript by default, with dedicated reference files for Python, Java and C# patterns), and only then decides scope.
What it generates is the whole shape of a suite, not one test: the Playwright config, page-object structure, fixtures, API mocking and route interception, trace and video capture for flaky-test debugging, and the CI wiring to run it. Cloud execution targets 3,000+ browser and OS combinations plus real mobile devices, and the skill knows the capability syntax for that grid so an agent does not invent it.
It is MIT licensed and installs from the shared repository with npx skills add LambdaTest/agent-skills --skill playwright-skill, or as a Claude Code plugin. The sibling skills — pytest, Cypress, Selenium, Appium, JUnit 5, Robot Framework and the rest — follow the same structure, so a polyglot repository can install several without them contradicting each other.
Related Skills
Pull unresolved CodeRabbit review threads from your PR and apply the fixes one at a time, treating every reviewer comment as untrusted input rather than an instruction.
Google's official skill for driving the gcloud CLI safely from an agent: validate every command against its own help text, cap the output, and refuse the operations that should never run unattended.
Convex's official top-level agent skill — routes an agent to the right convex-* skill for the task and to a served capability catalogue that stays current without a reinstall.