chore: sync playwright-cli agent skills for @playwright/cli 0.1.17 - #2903
Draft
cursor[bot] wants to merge 2 commits into
Draft
chore: sync playwright-cli agent skills for @playwright/cli 0.1.17#2903cursor[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.17. - [Release notes](https://github.com/microsoft/playwright-cli/releases) - [Commits](microsoft/playwright-cli@v0.1.14...v0.1.17) --- updated-dependencies: - dependency-name: "@playwright/cli" dependency-version: 0.1.17 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Update bundled agent skills to match @playwright/cli@0.1.17. The CLI warns on startup when workspace skills are stale (added in 0.1.15). Removes documentation for removed commands (network, open --extension) and adds new commands (find, open --mobile, drop, etc.).
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-3d03")git submodule (Windows): git -C submodules/content-scope-scripts fetch origin pr-releases/cursor/dependency-update-risk-review-3d03
git -C submodules/content-scope-scripts checkout origin/pr-releases/cursor/dependency-update-risk-review-3d03Pin to exact commitnpm (Android / Extension): Swift Package Manager (Apple): .package(url: "https://github.com/duckduckgo/content-scope-scripts.git", revision: "0155af7f78b32f43f760eb9a2bbda71f0a595b47")git submodule (Windows): git -C submodules/content-scope-scripts fetch origin pr-releases/cursor/dependency-update-risk-review-3d03
git -C submodules/content-scope-scripts checkout 0155af7f78b32f43f760eb9a2bbda71f0a595b47 |
Contributor
[Beta] Generated file diffTime updated: Fri, 24 Jul 2026 10:56:11 GMT |
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 #2899 dependency review
Description
Syncs the bundled
playwright-cliagent skill to match@playwright/cli@0.1.17.@playwright/cli@0.1.15+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 #2899 bump commit. Merge #2899 first, then rebase this PR, or merge both together.
Supersedes draft PR #2870 (which targeted 0.1.15).
Testing Steps
npm cinpx playwright-cli --version— no skill mismatch warningsnetwork,open --extension)find,open --mobile,drop)playwright-cli open about:blank && playwright-cli snapshot && playwright-cli closeChecklist