Skip to content

Instantly share code, notes, and snippets.

View strelec00's full-sized avatar
:shipit:
Studying

Jan Strelec strelec00

:shipit:
Studying
  • Croatia
View GitHub Profile
@strelec00
strelec00 / SKILL.md
Created March 28, 2026 11:11
Claude Code SKILL.md - automated Playwright test generation, organization, and execution.

name: playwright-tester description: > Automated UI testing using Playwright's native test runner. Writes persistent .spec.ts test files, runs them for free via npx playwright test, and fixes failures automatically. Use this skill whenever the user wants to test a web app, check if a frontend works, run UI tests, verify form submissions, test browser interactions, do end-to-end testing, stress test a website, or validate that recent changes didn't break anything. Also triggers for "run my tests", "check the app in a browser", "does this page work", "test the happy path", "find UI bugs", or any mention of Playwright, E2E tests, browser automation, or regression testing. This is the go-to skill for ANY