dev
microsoft/playwright-cli
Manage playwright-cli repository maintenance tasks like dependency updates and releases.
What is dev?
Development workflows for the playwright-cli repository. Use this skill when handling repository maintenance tasks such as rolling dependencies, preparing releases, or other development operations.
- Roll Playwright dependencies to latest versions
- Prepare and execute releases
- Manage repository maintenance workflows
How to install dev
npx skills add https://github.com/microsoft/playwright-cli --skill devHow to use dev
- 1.Install the skill using the provided npm command
- 2.Reference roll.md for dependency rolling procedures
- 3.Reference release.md for release preparation steps
Use cases
- Updating Playwright dependencies in the playwright-cli project
- Preparing a new release of playwright-cli
- Automating repository maintenance tasks
- Playwright-cli maintainers
- Repository administrators
- DevOps engineers managing playwright-cli
dev FAQ
Use this skill when you need to roll dependencies, prepare releases, or perform other maintenance tasks on the playwright-cli repository.
The skill includes two main workflows: rolling Playwright dependencies and preparing releases.
Repository maintenance tasks typically require maintainer or administrator access to the playwright-cli repository.
Full instructions (SKILL.md)
Source of truth, from microsoft/playwright-cli.
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
- Preparing Release release.md
Related skills
More from microsoft/playwright-cli and the wider catalog.

playwright-cli
Automate browser interactions and test web pages with Playwright CLI commands.

playwright-dev
Guide for contributing to Playwright: add APIs, MCP tools, CLI commands, and manage vendor dependencies.

accessibility
Ensure VS Code features are accessible to all users with keyboard navigation, screen reader support, and ARIA annotations.

agent-sessions-layout
Agents workbench layout — covers the fixed layout structure, grid configuration, part visibility, editor modal, titlebar, sidebar footer, and implementation requirements. Use when implementing features or fixing issues in the Agents workbench layout.

author-contributions
Identify all files a specific author contributed to on a branch vs upstream, tracing code through renames.

azure-pipelines
Queue, monitor, and validate Azure DevOps pipeline changes for VS Code without waiting for full CI runs.