by user_3AG3Azgv7YSVCcWHF89CwTlkLWj
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