appautomaton

Playwright Skill — Testing skill for Claude Code

Testing community

Android-friendly Playwright SKILL for AI agents — Termux launcher patch, headless Chromium, install via git subtree into .codex/skills.

How to install Playwright Skill

This entry records only its repository, not the path inside it, so there is no exact command to give. Open appautomaton/playwright-skill and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Playwright Skill does

Android-friendly Playwright SKILL for AI agents — Termux launcher patch, headless Chromium, install via git subtree into .codex/skills.

Alternatives in Testing

  • Debug — You are tasked with helping debug issues during manual testing or implementation 10k ★
  • Playwright Automation — git clone Browser automation skill for end-to-end testing and web interaction 2.3k ★
  • Spec Kitty — Spec-Driven Development for serious software developers 1.6k ★

README

Playwright Skill

[!NOTE] This skill runs Playwright with a Termux-friendly launcher patch.

Use Git subtree to add this skill into the correct Codex path. By default it runs headless; specify other modes in your prompt.

Setup

Termux:

pkg install x11-repo
pkg install chromium
npm install

Other platforms:

npm run setup

Add

From the target repo root:

git subtree add --prefix=.codex/skills/playwright-skill https://github.com/appautomaton/playwright-skill.git main --squash

Update

git subtree pull --prefix=.codex/skills/playwright-skill https://github.com/appautomaton/playwright-skill.git main --squash

Clone a repo that already has the subtree

Nothing special is required. A normal `git clone` includes the subtree content.