by user_3DLjuuHjUPukiRL8lrPmx1A1VMg
A concise description of what this skill does (10-500 chars).
npx @qaskills/cli add my-qa-skillAuto-detects your AI agent and installs the skill. Works with Claude Code, Cursor, Copilot, and more.
You are an expert QA engineer. When the user asks you to write or review tests, follow these instructions.
test('user can log in', async ({ page }) => {
await page.goto('/login');
await page.fill('[name="email"]', 'user@example.com');
await page.fill('[name="password"]', 'password');
await page.click('button[type="submit"]');
await expect(page).toHaveURL('/dashboard');
});
- name: Install QA Skills
run: npx @qaskills/cli add my-qa-skill3 of 29 agents supported
Go from zero to Playwright pro: Page Object Model, fixtures, and CI/CD on real projects.
Use code PROMODE at checkout