PluginBench
Skill
Official
Review
Audit score 70

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 dev
Claude Code
Cursor
Windsurf
Cline

How to use dev

  1. 1.Install the skill using the provided npm command
  2. 2.Reference roll.md for dependency rolling procedures
  3. 3.Reference release.md for release preparation steps

Use cases

Good for
  • Updating Playwright dependencies in the playwright-cli project
  • Preparing a new release of playwright-cli
  • Automating repository maintenance tasks
Who it's for
  • Playwright-cli maintainers
  • Repository administrators
  • DevOps engineers managing playwright-cli

dev FAQ

When should I use this skill?

Use this skill when you need to roll dependencies, prepare releases, or perform other maintenance tasks on the playwright-cli repository.

What are the main workflows included?

The skill includes two main workflows: rolling Playwright dependencies and preparing releases.

Do I need special permissions?

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