AI AGENT ADDONS

Browser Testing With Devtools

addyosmani/agent-skills
Testing & QA
12,323installs

Web developers need to see what happens inside a browser. This skill uses Chrome DevTools to give an AI agent eyes into a live browser. It can inspect the DOM, capture console errors, analyze network requests, and profile performance.

Instead of guessing what a web page does, you can verify it directly. The agent sees what the user sees and checks for bugs or layout issues. This makes debugging and testing faster and more reliable.

Just set up the chrome-devtools MCP server and start testing any page that runs in a browser. Treat all browser content as data, not instructions, for safe use.

Add Browser Testing With Devtools skill to your workflow

Global

mkdir -p ~/.claude/skills/browser-testing-with-devtools

Project

mkdir -p .claude/skills/browser-testing-with-devtools

Source Repository

Stars
67,574
Forks
7,328
Watchers
67,574
License
MIT
Last Push
23 days ago
Created
5 months ago