Skip to content
Automation
Command

/update-success-rate

Check benchmark JSONL results and update success rates in benchmark-comparison.md

From plugin
ubrowser
121 skill1 command
Install
$ npx -y skills add Lulzx/ubrowser --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/update-success-rate

Context preview

What this command does when you run it.

Check benchmark JSONL results and update success rates in benchmark-comparison.md

Command definition

update-success-rate.md
description: Check benchmark JSONL results and update success rates in benchmark-comparison.md
allowed-tools: Bash, Read, Edit, Glob

Update Benchmark Success Rates

Check the last line of all JSONL files in `benchmark-results/` to verify task completion and update the success rate column in `benchmark-comparison.md`.

Steps

1. Find all `*.jsonl` files in `benchmark-results/` 2. Read the last line of each file (contains the final result JSON) 3. For each run, check if:

  • The task completed successfully (`"subtype":"success"`)
  • The average score is correct (should be 9.0)

4. Calculate success rate for each method (dev-browser, playwright-mcp, playwright-skill) 5. Update the table in `benchmark-comparison.md` with the Success Rate column

Success Criteria

A run is successful if:

  • The result shows `"subtype":"success"`
  • The result mentions an average score of 9.0 (not 8.0 or other values)

Output Format

Update the markdown table to include:

| Method | Time | Cost (USD) | Turns | Success Rate |

Where Success Rate shows the percentage and fraction, e.g., `100% (3/3)` or `67% (2/3)`.

Ships withubrowser

The fastest, cheapest browser automation for Claude.

Get the whole plugin, auto-invoked
Stats
12
Stars
0
Views
0
Forks
Quiet
Maintenance
TypeScript
Language
7mo ago
Last commit
8mo ago
Created

Repo: Lulzx/ubrowser