Development workflows for the playwright-cli repository. Use when the user asks about rolling dependencies, releasing, or other repo maintenance tasks.
Install with the open skills CLI (global, non-interactive — available in every Claude Code session):
npx skills add microsoft/playwright-cli --skill "dev" -g -a claude-code -yOr manually — clone and copy the skill directory (SKILL.md + companion files):
git clone --depth 1 https://github.com/microsoft/playwright-cli /tmp/playwright-cli && cp -r /tmp/playwright-cli/.claude/skills/dev ~/.claude/skills/dev-microsoftThis skill is a directory: SKILL.md is the entry point; the files below ship with it.
---
name: dev
description: Development workflows for the playwright-cli repository. Use when the user asks about rolling dependencies, releasing, or other repo maintenance tasks.
---
# Development skills
* **Rolling Playwright dependency** [roll.md](roll.md)
* **Preparing Release** [release.md](release.md)
Use when completing tasks, implementing major features, or before merging to verify work meets requirements
Use when starting feature work that needs isolation from current workspace or before executing implementation plans - ensures an isolated workspace exists via native tools or git worktree fallback
Operate the Antigravity CLI (agy): plugins, auth, sandbox.