chore: sync playwright-cli agent skills for @playwright/cli 0.1.19 - #3047
Draft
cursor[bot] wants to merge 1 commit into
Draft
cursor[bot] wants to merge 1 commit into
cursor[bot] wants to merge 1 commit into
Conversation
Companion to #3045. Sync bundled agent skill docs via `playwright-cli install --skills=agents` to resolve version mismatch warnings and document new recording-start/recording-stop commands from 0.1.19. Also add .playwright-cli/ to .gitignore (recommended by install since traces may contain credentials).
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/chore/sync-playwright-cli-skills-0.1.19")git submodule (Windows): git -C submodules/content-scope-scripts fetch origin pr-releases/chore/sync-playwright-cli-skills-0.1.19
git -C submodules/content-scope-scripts checkout origin/pr-releases/chore/sync-playwright-cli-skills-0.1.19Pin to exact commitnpm (Android / Extension): Swift Package Manager (Apple): .package(url: "https://github.com/duckduckgo/content-scope-scripts.git", revision: "fc423f80b48f6e2099181c7e0ca9466abedb2aaa")git submodule (Windows): git -C submodules/content-scope-scripts fetch origin pr-releases/chore/sync-playwright-cli-skills-0.1.19
git -C submodules/content-scope-scripts checkout fc423f80b48f6e2099181c7e0ca9466abedb2aaa |
Contributor
[Beta] Generated file diffTime updated: Wed, 16 Sep 2026 10:56:38 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 to #3045
Description
Sync bundled agent skill docs with
@playwright/[email protected]viaplaywright-cli install --skills=agents. This resolves the out-of-date skill warnings introduced in 0.1.15 and documents new CLI capabilities from 0.1.19 (recording-start/recording-stop)..claude/skills/playwright-cliis a symlink to.agents/skills/playwright-cli, so only the agents skill tree is updated.Also adds
.playwright-cli/to.gitignoreas recommended by the install command (traces may contain credentials).Testing Steps
@playwright/[email protected]locally), then runnpm cinpx playwright-cli --version— should report0.1.19without skill mismatch warningsrecording-start/recording-stopappear in.agents/skills/playwright-cli/SKILL.mdChecklist