From jx-qa
Manual browser exploration and debugging via playwright-cli. Use `/jx-qa:browser` for any supported Playwright CLI exploration command, including `open`, `snapshot`, `click`, `type`, `press`, and `close`.
How this skill is triggered — by the user, by Claude, or both
Slash command
/jx-qa:browser <subcommand> [args]<subcommand> [args]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run `playwright-cli` directly with the arguments supplied to `/jx-qa:browser`:
Run playwright-cli directly with the arguments supplied to /jx-qa:browser:
playwright-cli $ARGUMENTS
Examples:
/jx-qa:browser open https://example.com
/jx-qa:browser snapshot
/jx-qa:browser click e3
/jx-qa:browser type "search query"
/jx-qa:browser press Enter
/jx-qa:browser close
If no arguments are provided, show a concise usage reminder and supported workflow examples instead of executing any browser command.
$ARGUMENTS
npx claudepluginhub jairosoft-com/jodex-plugins --plugin jx-qaProvides a checklist for code reviews covering functionality, security, performance, maintainability, tests, and quality. Use for pull requests, audits, team standards, and developer training.