Skip to content

Add playwright-cli skill#5

Merged
javdl merged 1 commit intomainfrom
add-playwright-cli
Feb 27, 2026
Merged

Add playwright-cli skill#5
javdl merged 1 commit intomainfrom
add-playwright-cli

Conversation

@javdl
Copy link
Contributor

@javdl javdl commented Feb 27, 2026

No description provided.

@javdl javdl merged commit 64d818d into main Feb 27, 2026
1 check passed
@javdl javdl deleted the add-playwright-cli branch February 27, 2026 15:09
Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: fd573e09d1

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

---
name: playwright-cli
description: Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.
allowed-tools: Bash(playwright-cli:*)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Expand allowed-tools to include npx fallback

The frontmatter only allows Bash(playwright-cli:*), but this same skill later tells users to fall back to npx playwright-cli ... if the global binary is unavailable. In that common scenario, the fallback path is blocked by the skill’s own tool restrictions, so the workflow fails exactly when recovery is needed. Please allow the npx playwright-cli invocation (or remove the fallback guidance) so the documented path is executable.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant