chore: sync playwright-cli agent skills for @playwright/cli 0.1.15 - #2870
Draft
cursor[bot] wants to merge 2 commits into
Draft
chore: sync playwright-cli agent skills for @playwright/cli 0.1.15#2870cursor[bot] wants to merge 2 commits into
cursor[bot] wants to merge 2 commits into
Conversation
Bumps [@playwright/cli](https://github.com/microsoft/playwright-cli) from 0.1.14 to 0.1.15. - [Release notes](https://github.com/microsoft/playwright-cli/releases) - [Commits](microsoft/playwright-cli@v0.1.14...v0.1.15) --- updated-dependencies: - dependency-name: "@playwright/cli" dependency-version: 0.1.15 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Run `playwright-cli install --skills=agents` to align bundled agent skill docs with the installed CLI. Resolves out-of-date skill warnings introduced in 0.1.15 and replaces stale commands (network, open --extension).
Contributor
Build Branch
Static preview entry points
QR codes (mobile preview)
Integration commandsnpm (Android / Extension): Swift Package Manager (Apple): .package(url: "https://github.com/duckduckgo/content-scope-scripts.git", branch: "pr-releases/cursor/dependency-update-risk-review-3392")git submodule (Windows): git -C submodules/content-scope-scripts fetch origin pr-releases/cursor/dependency-update-risk-review-3392
git -C submodules/content-scope-scripts checkout origin/pr-releases/cursor/dependency-update-risk-review-3392Pin to exact commitnpm (Android / Extension): Swift Package Manager (Apple): .package(url: "https://github.com/duckduckgo/content-scope-scripts.git", revision: "2771f01215b9d9b412bbe407091696718f17fcde")git submodule (Windows): git -C submodules/content-scope-scripts fetch origin pr-releases/cursor/dependency-update-risk-review-3392
git -C submodules/content-scope-scripts checkout 2771f01215b9d9b412bbe407091696718f17fcde |
Contributor
[Beta] Generated file diffTime updated: Wed, 15 Jul 2026 10:56:57 GMT |
This was referenced Jul 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Asana Task/Github Issue: Companion fix for #2869 dependency review
Description
Syncs the bundled
playwright-cliagent skill to match@playwright/cli@0.0.15usingplaywright-cli install --skills=agents.@playwright/cli@0.1.15now warns on startup when workspace skills are out of date. The committed skills were stale (e.g. documented removednetworkandopen --extensioncommands). This update aligns agent docs with the installed CLI and silences the mismatch warnings.Note: This branch is stacked on the #2869 bump commit. Merge #2869 first, then rebase this PR, or merge both together.
Supersedes the manual doc edits in draft PR #2799.
Testing Steps
npm cinpx playwright-cli --version— no skill mismatch warningsnetwork,open --extension)requests,attach --extension)Checklist