-
Notifications
You must be signed in to change notification settings - Fork 275
Open
microsoft/playwright
#39842Description
Description
Running playwright-cli install --skill (singular) succeeds silently but does not install skill files to .claude/skills/playwright-cli/. Only playwright-cli install --skills (plural) works correctly.
Steps to Reproduce
- Run
npx @playwright/cli install --skillin a project directory - Observe output:
✅ Workspace initialized at `/path/to/project`. ✅ Found chrome, will use it as the default browser. - Check
.claude/skills/playwright-cli/— no SKILL.md or reference files created - Now run
npx @playwright/cli install --skills(plural) - Observe output now includes:
✅ Skills installed to .claude/skills/playwright-cli - Skill files are correctly created
Expected Behavior
Either:
install --skill(singular) should be rejected with an error or suggestion ("did you mean--skills?")- Or
install --skillshould behave the same asinstall --skills
Actual Behavior
install --skill silently initializes the workspace but skips the skill file installation step. No error or warning is shown. The install --help output only documents --skills (plural).
Environment
- CLI version: 1.59.0-alpha-1771104257000
- OS: macOS (Darwin 24.6.0)
- Node: v23.6.1
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels