SKILLEMALL.ai

AF browser-devtools-inspector

Inspect browser DevTools (Console, Network, Performance) for debugging frontend applications. Use when: (1) checking console errors or warnings, (2) analyzing failed API requests or CORS issues, (3) investigating slow page loads or network performance, (4) debugging JavaScript errors, (5) inspecting HTTP request/response headers, (6) monitoring API endpoints during page load, or (7) troubleshooting frontend issues with real browser data.

modbender/skill-library-mcp Agent Skills author: modbender MIT 7 files body ≈ 1 548 tokens Open the sourcegithub.com analyzed 2 d ago

Inspect browser DevTools (Console, Network, Performance) for debugging frontend applications.

As a process F 54/100 · Will not run — References files that are not bundled: references/devtools-api.md

IntegrationSoftware developmenttype and topics are labelled automatically from the skill text
JSON
Technical rating
A
92/100
safety, quality, tests
Safety 60%
96
Quality 40%
86
Run on models
none yet
Process rating
F
54/100
Will not run
References files that are not bundled: references/devtools-api.md
Tools and files w 18
0
When it triggers w 12
20
Consistency w 8
40
the three weakest of ten parameters · all ten

How to improve

  1. The text references files that are not there: add them or drop the references.
For the model run — optional
  • Your own cases (evals/evals.json, 4–6 real requests with expected answers): the full check would then run those instead of a model-drafted suite.
  • A spec.yaml with trigger phrases and assertions — a behaviour contract for CI; `skilltest init` writes a template.

Guard findings · 4

✓ No critical or high findings

Medium and low: 4
  • low Dangerous commands cmd-privilege scripts/analyze_performance.js:15
    Privilege escalation / world-writable permissions (detector / deny-list definition; string literal in code, not executed)
    args: ['--no-sandbox', '--disable-setuid-sandbox']
    detectorcode literal
  • low Dangerous commands cmd-privilege scripts/capture_console.js:16
    Privilege escalation / world-writable permissions (detector / deny-list definition; string literal in code, not executed)
    args: ['--no-sandbox', '--disable-setuid-sandbox']
    detectorcode literal
  • low Dangerous commands cmd-privilege scripts/capture_network.js:15
    Privilege escalation / world-writable permissions (detector / deny-list definition; string literal in code, not executed)
    args: ['--no-sandbox', '--disable-setuid-sandbox']
    detectorcode literal
  • low Dangerous commands cmd-privilege scripts/check_cors.js:15
    Privilege escalation / world-writable permissions (detector / deny-list definition; string literal in code, not executed)
    args: ['--no-sandbox', '--disable-setuid-sandbox']
    detectorcode literal

Files scanned: 7. Evidence is masked. Grey chips explain why severity was lowered.

Against the Agent Skills spec

  • warning missing-ref reference to a missing file: references/devtools-api.md

Process rating: all ten parameters 54/100

Will not run. References files that are not bundled: references/devtools-api.md
  • 0Tools and files. 1 referenced file(s) missing: references/devtools-api.md
  • 20When it triggers. No condition that starts the skill
  • 40Consistency. Frontmatter name (browser-devtools-inspector) differs from the folder (qtada-browser-devtools-inspector)
  • 50Failures and branches. 0 branches, has a failure section
  • 60Result and completion. Output format stated, no completion criterion
  • 70Inputs and preconditions. Inputs and preconditions are listed
  • 100Steps. 15 steps
  • 100Execution cost. Instruction body is 1548 tokens
  • 100Running it twice. No mutating operations
  • 100Progress reporting. Reports progress

Everything here is measured from the skill text rather than judged by a model, so the numbers are checkable. A parameter weighs more when it is a more common reason for the process to stall.

Quality signals

  • +5Description has no quoted example phrases that should trigger the skill
  • +4Description does not say when NOT to use the skill (false activations)
  • -2localhost URLs: will not work for another user
  • +1No license
  • +2Single-language instructions
  • +3Description length 441: enough signal without eating the budget
  • +4Structure: 26 headings
  • +3Step-by-step instructions: 15 items
  • +3Output format is stated explicitly
  • +4Has examples (21 code blocks)
  • +4Reference files are cited in the instructions (1 of 1)
  • +3All 4 scripts are documented

Quality base 70; lint remarks subtract, signals add up to 100. Result: 86.