Skip to content

docs(ui-test): fix npx skills install command - #156

Open
waprin wants to merge 1 commit into
browserbase:mainfrom
waprin:fix/ui-test-install-command
Open

docs(ui-test): fix npx skills install command#156
waprin wants to merge 1 commit into
browserbase:mainfrom
waprin:fix/ui-test-install-command

Conversation

@waprin

@waprin waprin commented Sep 7, 2026

Copy link
Copy Markdown

What

Fixes the install command in skills/ui-test/README.md.

browserbase/ui-test is not a repository, so npx skills add browserbase/ui-test fails. The skills CLI installs a single skill from a multi-skill repo with the --skill flag:

npx skills add browserbase/skills --skill ui-test

Why

Followed the README verbatim while trying out ui-test and the command did not work. This is the only skill README in the repo with a per-skill install line, so it is a one-line fix.

🤖 Generated with Claude Code

https://claude.ai/code/session_01AmcEbQ5nrL5MaMBs2Twd6d


Note

Low Risk
Documentation-only change to the install command; no runtime or application code affected.

Overview
Updates the Install snippet in skills/ui-test/README.md so copy-paste works with the multi-skill browserbase/skills repo.

The command changes from npx skills add browserbase/ui-test to npx skills add browserbase/skills --skill ui-test, matching how the skills CLI selects a single skill from a shared package.

Reviewed by Cursor Bugbot for commit fe6ac5c. Bugbot is set up for automated code reviews on this repo. Configure here.

`browserbase/ui-test` is not a repository. The skills CLI takes the repo
plus a `--skill` flag to install a single skill from a multi-skill repo.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01AmcEbQ5nrL5MaMBs2Twd6d
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