annatomka
- 6 skills
- 0 followers
- 11 hours ago last updated
- ▌ Mov To Gif · annatomka bundleConvert MOV screen recordings or short video clips to optimized GIFs using ffmpeg with palette generation for better quality
- ▌ Playwright Generate · annatomka bundleGenerate, debug, and maintain Playwright end-to-end tests using the target repository's fixtures, helpers, page objects, setup conventions, and E2E command
- ▌ Playwright Mapping Update · annatomka bundleUpdate the Playwright E2E test mapping file based on changes in a branch, typically used during PR creation to keep test mappings accurate
- ▌ Playwright Impact Analysis · annatomka bundleUse this skill when user asks for analyzing changes. Determine which Playwright e2e tests should run for local changes by using the E2E test mapping file first, then falling back to safe heuristics for unmapped files
- ▌ Playwright Failure Cluster Analysis · annatomka bundleAnalyze multiple failing Playwright tests, group failures by likely shared root cause, preserve exact test titles, and classify clusters when evidence is sufficient. Use error-context.md and static artifacts first; open traces only selectively when extra evidence is needed.
- ▌ Playwright Single Failure Diagnosis · annatomka bundleUse this skill to diagnose one failing Playwright test and decide whether it is failing because the test is outdated, an element is present but blocked/overlapped, or there is an actual UI/product bug. Use static artifacts first, then trace CLI, then playwright-cli and installed playwright-cli skills for live evidence.