default-browser-devtools

Automates cross-engine browser UI testing for Blink and WebKit with self-adaptive learning.

Updated Jan 29, 2026
One-click install
npx skills add https://github.com/Teased-oChroid-orrA/engineering.toolbox --skill default-browser-devtools
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: default-browser-devtools
Source: https://github.com/Teased-oChroid-orrA/engineering.toolbox/tree/main/.github/skills/default-browser-dev-tools
Command: npx skills add https://github.com/Teased-oChroid-orrA/engineering.toolbox --skill default-browser-devtools

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates cross-browser UI testing by targeting distinct rendering engines (Blink and WebKit) and employs an agentic evaluation framework to continuously learn from test results, improving test quality and reducing false positives over time.

Core Features & Use Cases

  • Cross-Engine Testing: Ensures compatibility across major browser engines (Blink/Chromium and WebKit/Safari).
  • Self-Adaptive Learning: Learns from test execution to optimize selectors, calibrate thresholds, and detect recurring patterns.
  • Evidence Capture: Collects screenshots, console logs, network failures, and accessibility snapshots for detailed analysis.
  • Agentic Evaluation: Scores tests on completeness, precision, recall, and efficiency, providing actionable optimization suggestions.
  • Use Case: Automatically test your SvelteKit application's UI on both Blink and WebKit engines, identify and learn from compatibility issues, and receive suggestions to improve test reliability and code quality.

Quick Start

Run the default-browser-devtools skill to perform a smoke test on your application at http://localhost:5173.

Frequently Asked Questions about default-browser-devtools

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate cross-browser UI testing for Svelte applications?

This skill automates cross-browser UI testing for Svelte applications by targeting Blink and WebKit rendering engines to identify compatibility issues, capturing screenshots and console logs for detailed analysis.

What is agentic evaluation in automated testing and how does it improve test quality?

Agentic evaluation in automated testing scores tests on completeness, precision, recall, and efficiency, providing actionable optimization suggestions and continuously learning from execution results to reduce false positives over time.

Does cross-engine browser testing support both Blink and WebKit rendering engines?

Yes, cross-engine browser testing supports both Blink and WebKit rendering engines, ensuring web application compatibility across major browser platforms like Chromium and Safari through automated setup and execution.

How do I run a smoke test on a local SvelteKit application?

Run a smoke test on a local SvelteKit application by executing the testing command against your local development server URL, such as http://localhost:5173, to quickly verify core UI functionality across engines.

What kind of evidence can I capture during cross-browser UI testing?

During cross-browser UI testing, you can capture evidence including screenshots, console logs, network failures, and accessibility snapshots, generating detailed artifacts for comprehensive post-test analysis and debugging.

Can the testing framework automatically optimize selectors and calibrate thresholds?

Yes, the testing framework uses self-adaptive learning to automatically optimize selectors, calibrate thresholds, and detect recurring patterns from test execution results, continuously improving test reliability and reducing manual maintenance.